org.jenkinsci.plugins.envinject
Class EnvInjectNodeProperty

java.lang.Object
  extended by hudson.slaves.NodeProperty<hudson.model.Node>
      extended by org.jenkinsci.plugins.envinject.EnvInjectNodeProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.slaves.NodeProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.slaves.NodeProperty<?>>

public class EnvInjectNodeProperty
extends hudson.slaves.NodeProperty<hudson.model.Node>

Author:
Gregory Boissinot

Nested Class Summary
static class EnvInjectNodeProperty.EnvInjectNodePropertyDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.slaves.NodeProperty
node
 
Constructor Summary
EnvInjectNodeProperty(boolean unsetSystemVariables, String propertiesFilePath)
           
 
Method Summary
 String getPropertiesFilePath()
           
 boolean isUnsetSystemVariables()
           
 
Methods inherited from class hudson.slaves.NodeProperty
all, canTake, canTake, for_, getDescriptor, reconfigure, setNode, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectNodeProperty

@DataBoundConstructor
public EnvInjectNodeProperty(boolean unsetSystemVariables,
                                                  String propertiesFilePath)
Method Detail

isUnsetSystemVariables

public boolean isUnsetSystemVariables()

getPropertiesFilePath

public String getPropertiesFilePath()


Copyright © 2004-2012. All Rights Reserved.