org.hudsonci.plugins.vault.install
Class PackageInstaller
java.lang.Object
org.hudsonci.plugins.vault.install.PackageInstaller
public class PackageInstaller
- extends Object
Installs a package onto a node.
- Author:
- Jason Dillon
PackageInstaller
public PackageInstaller()
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.