org.hudsonci.plugins.vault.slave
Class NodeOnlineInstaller

java.lang.Object
  extended by hudson.slaves.NodeProperty<hudson.model.Node>
      extended by org.hudsonci.plugins.vault.slave.NodeOnlineInstaller
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.slaves.NodeProperty<?>>

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

Allows packages to be installed on a node when it becomes online.

Author:
Jason Dillon

Nested Class Summary
static class NodeOnlineInstaller.ComputerListenerImpl
          Allow packages to be installed when a node becomes online.
static class NodeOnlineInstaller.DescriptorImpl
           
static class NodeOnlineInstaller.Entry
          Container for bundle installation configuration.
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.slaves.NodeProperty
node
 
Constructor Summary
NodeOnlineInstaller(List<NodeOnlineInstaller.Entry> config)
           
 
Method Summary
 List<NodeOnlineInstaller.Entry> getEntries()
           
 hudson.model.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 String toString()
           
 
Methods inherited from class hudson.slaves.NodeProperty
all, canTake, for_, getDescriptor, setNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeOnlineInstaller

@DataBoundConstructor
public NodeOnlineInstaller(List<NodeOnlineInstaller.Entry> config)
Method Detail

getEntries

public List<NodeOnlineInstaller.Entry> getEntries()

setUp

public hudson.model.Environment setUp(hudson.model.AbstractBuild build,
                                      hudson.Launcher launcher,
                                      hudson.model.BuildListener listener)
                               throws IOException,
                                      InterruptedException
Overrides:
setUp in class hudson.slaves.NodeProperty<hudson.model.Node>
Throws:
IOException
InterruptedException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.