hudson.plugins.vmware
Class VMwareActivationWrapper
java.lang.Object
hudson.tasks.BuildWrapper
hudson.plugins.vmware.VMwareActivationWrapper
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>, hudson.model.ResourceActivity
public class VMwareActivationWrapper
- extends hudson.tasks.BuildWrapper
- implements hudson.model.ResourceActivity
Created by IntelliJ IDEA.
- Since:
- 26-Sep-2007 16:06:28
- Author:
- Stephen Connolly
| Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper |
hudson.tasks.BuildWrapper.Environment |
| Methods inherited from class hudson.tasks.BuildWrapper |
setUp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vixLibraryPath
public transient java.lang.String vixLibraryPath
hostName
public transient java.lang.String hostName
username
public transient java.lang.String username
password
public transient java.lang.String password
portNumber
public transient int portNumber
suspend
public transient boolean suspend
waitForTools
public transient boolean waitForTools
revert
public transient boolean revert
configFile
public transient java.lang.String configFile
DESCRIPTOR
public static final VMwareActivationWrapper.DescriptorImpl DESCRIPTOR
VMwareActivationWrapper
public VMwareActivationWrapper()
getMachines
public java.util.List<VMwareActivationWrapper.VMActivationConfig> getMachines()
setMachines
public void setMachines(java.util.List<VMwareActivationWrapper.VMActivationConfig> machines)
setUp
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.Build build,
hudson.Launcher launcher,
hudson.model.BuildListener buildListener)
throws java.io.IOException,
java.lang.InterruptedException
- Overrides:
setUp in class hudson.tasks.BuildWrapper
- Throws:
java.io.IOException
java.lang.InterruptedException
getDescriptor
public hudson.model.Descriptor<hudson.tasks.BuildWrapper> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>
getResourceList
public hudson.model.ResourceList getResourceList()
- Specified by:
getResourceList in interface hudson.model.ResourceActivity
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.ResourceActivity
Copyright © 2008. All Rights Reserved.