Class: JenkinsJob::BuildStep::InjectEnv
- Inherits:
- BasicObject
- Defined in:
- lib/rubyjobbuilderdsl/buildstep/inject_env.rb
Instance Attribute Summary collapse
-
#properties_content_ ⇒ Object
readonly
Returns the value of attribute properties_content_.
-
#properties_file_ ⇒ Object
readonly
Returns the value of attribute properties_file_.
Instance Method Summary collapse
-
#initialize ⇒ InjectEnv
constructor
A new instance of InjectEnv.
- #properties_content(value) ⇒ Object
- #properties_file(value) ⇒ Object
Constructor Details
#initialize ⇒ InjectEnv
Returns a new instance of InjectEnv.
6 7 |
# File 'lib/rubyjobbuilderdsl/buildstep/inject_env.rb', line 6 def initialize end |
Instance Attribute Details
#properties_content_ ⇒ Object (readonly)
Returns the value of attribute properties_content_.
4 5 6 |
# File 'lib/rubyjobbuilderdsl/buildstep/inject_env.rb', line 4 def properties_content_ @properties_content_ end |
#properties_file_ ⇒ Object (readonly)
Returns the value of attribute properties_file_.
4 5 6 |
# File 'lib/rubyjobbuilderdsl/buildstep/inject_env.rb', line 4 def properties_file_ @properties_file_ end |
Instance Method Details
#properties_content(value) ⇒ Object
9 10 11 |
# File 'lib/rubyjobbuilderdsl/buildstep/inject_env.rb', line 9 def properties_content(value) @properties_content_ = value end |
#properties_file(value) ⇒ Object
13 14 15 |
# File 'lib/rubyjobbuilderdsl/buildstep/inject_env.rb', line 13 def properties_file(value) @properties_file_ = value end |