Package org.jenkinsci.plugins.envinject
Class EnvInjectNodeProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<NodeProperty<?>>
,ReconfigurableDescribable<NodeProperty<?>>
- Author:
- Gregory Boissinot
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.slaves.NodeProperty
node
-
Constructor Summary
ConstructorsConstructorDescriptionEnvInjectNodeProperty
(boolean unsetSystemVariables, String propertiesFilePath) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class hudson.slaves.NodeProperty
all, buildEnvVars, canTake, canTake, for_, getDescriptor, reconfigure, reconfigure, setNode, setUp
-
Constructor Details
-
EnvInjectNodeProperty
@DataBoundConstructor public EnvInjectNodeProperty(boolean unsetSystemVariables, String propertiesFilePath)
-
-
Method Details
-
isUnsetSystemVariables
public boolean isUnsetSystemVariables() -
getPropertiesFilePath
-