Class: Jenkins2API::Command::System
- Inherits:
-
ThorCommand
- Object
- Thor
- ThorCommand
- Jenkins2API::Command::System
- Defined in:
- lib/commands/system.rb
Overview
Contains all the commands under system
namespace
Instance Method Summary collapse
-
#safe_restart ⇒ Object
Install a plugin.
Instance Method Details
#safe_restart ⇒ Object
Install a plugin
10 11 12 |
# File 'lib/commands/system.rb', line 10 def safe_restart client.configuration.safe_restart end |