org.hudsonci.plugins.vault.install
Class PackageInstaller

java.lang.Object
  extended by org.hudsonci.plugins.vault.install.PackageInstaller

public class PackageInstaller
extends Object

Installs a package onto a node.

Author:
Jason Dillon

Constructor Summary
PackageInstaller()
           
 
Method Summary
 void addInstallListener(PackageInstallListener listener)
           
 String getBundleName()
           
 hudson.remoting.VirtualChannel getChannel()
           
 Collection<PackageInstallListener> getInstallListeners()
           
 hudson.model.TaskListener getListener()
           
 hudson.FilePath getLocation()
           
 hudson.model.Node getNode()
           
 hudson.FilePath install()
           
 void removeInstallListener(PackageInstallListener listener)
           
 void setBundleName(String bundleName)
           
 void setChannel(hudson.remoting.VirtualChannel channel)
           
 void setListener(hudson.model.TaskListener listener)
           
 void setLocation(hudson.FilePath location)
           
 void setNode(hudson.model.Node node)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageInstaller

public PackageInstaller()
Method Detail

getBundleName

public String getBundleName()

setBundleName

public void setBundleName(String bundleName)

getLocation

public hudson.FilePath getLocation()

setLocation

public void setLocation(hudson.FilePath location)

getNode

public hudson.model.Node getNode()

setNode

public void setNode(hudson.model.Node node)

getChannel

public hudson.remoting.VirtualChannel getChannel()

setChannel

public void setChannel(hudson.remoting.VirtualChannel channel)

getListener

public hudson.model.TaskListener getListener()

setListener

public void setListener(hudson.model.TaskListener listener)

getInstallListeners

public Collection<PackageInstallListener> getInstallListeners()

addInstallListener

public void addInstallListener(PackageInstallListener listener)

removeInstallListener

public void removeInstallListener(PackageInstallListener listener)

install

public hudson.FilePath install()
                        throws Exception
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.