class Jenkins2API::Command::System

Contains all the commands under system namespace

Public Instance Methods

safe_restart() click to toggle source

Install a plugin

# File lib/commands/system.rb, line 10
def safe_restart
  client.configuration.safe_restart
end