org.hudsonci.plugins.vault.slave
Class CustomNodeContext

java.lang.Object
  extended by hudson.slaves.NodeProperty<hudson.model.Node>
      extended by 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 Class Summary
static class CustomNodeContext.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.slaves.NodeProperty
node
 
Constructor Summary
CustomNodeContext(String properties)
           
 
Method Summary
 void applyTo(NodeContext context)
           
 String render()
          Render for configuration form's text-area.
 String toString()
           
 
Methods inherited from class hudson.slaves.NodeProperty
all, canTake, for_, getDescriptor, setNode, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomNodeContext

@DataBoundConstructor
public CustomNodeContext(String properties)
                  throws IOException
Throws:
IOException
Method Detail

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.