Class: Jenkins2::CLI::DisableJob
- Inherits:
-
Jenkins2::CLI
- Object
- Jenkins2::CLI
- Jenkins2::CLI::DisableJob
- Defined in:
- lib/jenkins2/cli/job.rb
Instance Attribute Summary
Attributes inherited from Jenkins2::CLI
Class Method Summary collapse
Methods inherited from Jenkins2::CLI
#call, class_to_command, #initialize, #parse, subcommands
Constructor Details
This class inherits a constructor from Jenkins2::CLI
Class Method Details
.description ⇒ Object
82 83 84 |
# File 'lib/jenkins2/cli/job.rb', line 82 def self.description 'Disable a job, restrict all builds of the job from now on.' end |