Class: JenkinsJob::BuildStep::InjectEnv

Inherits:
BasicObject
Defined in:
lib/rubyjobbuilderdsl/buildstep/inject_env.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeInjectEnv

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