Class: Jenkins::Model::EnvironmentProxy::DefaultEnvironment

Inherits:
Object
  • Object
show all
Includes:
EnvironmentWrapper
Defined in:
lib/jenkins/model/environment_proxy.rb

Instance Attribute Summary

Attributes included from EnvironmentWrapper

#impl, #plugin

Instance Method Summary collapse

Methods included from EnvironmentWrapper

#tearDown

Constructor Details

#initialize(proxy, plugin, object) ⇒ DefaultEnvironment

Returns a new instance of DefaultEnvironment.



46
47
48
49
50
# File 'lib/jenkins/model/environment_proxy.rb', line 46

def initialize(proxy, plugin, object)
  super()
  @plugin = plugin
  @object = object
end