Class: Jenkins2API::Command::System

Inherits:
ThorCommand show all
Defined in:
lib/commands/system.rb

Overview

Contains all the commands under system namespace

Instance Method Summary collapse

Instance Method Details

#safe_restartObject

Install a plugin



10
11
12
# File 'lib/commands/system.rb', line 10

def safe_restart
  client.configuration.safe_restart
end