Class: JenkinsJob::BuildStep::Powershell
- Inherits:
- BasicObject
- Defined in:
- lib/rubyjobbuilderdsl/buildstep/shell.rb
Instance Attribute Summary collapse
-
#cmd_ ⇒ Object
readonly
Returns the value of attribute cmd_.
Instance Method Summary collapse
-
#initialize(cmd) ⇒ Powershell
constructor
A new instance of Powershell.
Constructor Details
#initialize(cmd) ⇒ Powershell
19 20 21 |
# File 'lib/rubyjobbuilderdsl/buildstep/shell.rb', line 19 def initialize(cmd) @cmd_ = cmd end |
Instance Attribute Details
#cmd_ ⇒ Object (readonly)
Returns the value of attribute cmd_.
18 19 20 |
# File 'lib/rubyjobbuilderdsl/buildstep/shell.rb', line 18 def cmd_ @cmd_ end |