org.hudsonci.plugins.vault.slave
Class NodeOnlineInstaller.Entry

java.lang.Object
  extended by org.hudsonci.plugins.vault.slave.NodeOnlineInstaller.Entry
Enclosing class:
NodeOnlineInstaller

public static class NodeOnlineInstaller.Entry
extends Object

Container for bundle installation configuration.


Constructor Summary
NodeOnlineInstaller.Entry(String name, String path)
           
 
Method Summary
 String getName()
           
 String getPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeOnlineInstaller.Entry

@DataBoundConstructor
public NodeOnlineInstaller.Entry(String name,
                                                      String path)
Method Detail

getName

public String getName()

getPath

public String getPath()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.