org.hudsonci.plugins.vault.slave
Class CustomNodeContext
java.lang.Object
hudson.slaves.NodeProperty<hudson.model.Node>
org.hudsonci.plugins.vault.slave.CustomNodeContext
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.slaves.NodeProperty<?>>
public class CustomNodeContext
- extends hudson.slaves.NodeProperty<hudson.model.Node>
Allows nodes to contribute custom context properties.
- Author:
- Jason Dillon
| 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, setNode, setUp |
CustomNodeContext
@DataBoundConstructor
public CustomNodeContext(String properties)
throws IOException
- Throws:
IOException
render
public String render()
- Render for configuration form's text-area.
toString
public String toString()
- Overrides:
toString in class Object
applyTo
public void applyTo(NodeContext context)
Copyright © 2004-2012 Hudson. All Rights Reserved.