org.jenkinsci.plugins.envinject
Class EnvInjectNodeProperty
java.lang.Object
hudson.slaves.NodeProperty<hudson.model.Node>
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Fields inherited from class hudson.slaves.NodeProperty |
node |
Methods inherited from class hudson.slaves.NodeProperty |
all, canTake, for_, getDescriptor, reconfigure, setNode, setUp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvInjectNodeProperty
@DataBoundConstructor
public EnvInjectNodeProperty(boolean unsetSystemVariables,
String propertiesFilePath)
isUnsetSystemVariables
public boolean isUnsetSystemVariables()
getPropertiesFilePath
public String getPropertiesFilePath()
Copyright © 2004-2012. All Rights Reserved.