hudson.plugins.vmware
Class VMwareActivationWrapper

java.lang.Object
  extended by hudson.tasks.BuildWrapper
      extended by 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 Class Summary
static class VMwareActivationWrapper.DescriptorImpl
           
static class VMwareActivationWrapper.VMActivationConfig
           
static class VMwareActivationWrapper.VMwareHostConfig
           
static class VMwareActivationWrapper.VMWrapperPowerDownMode
           
static class VMwareActivationWrapper.VMWrapperPowerUpMode
           
 
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
hudson.tasks.BuildWrapper.Environment
 
Field Summary
 java.lang.String configFile
           
static VMwareActivationWrapper.DescriptorImpl DESCRIPTOR
           
 java.lang.String hostName
           
 java.lang.String password
           
 int portNumber
           
 boolean revert
           
 boolean suspend
           
 java.lang.String username
           
 java.lang.String vixLibraryPath
           
 boolean waitForTools
           
 
Constructor Summary
VMwareActivationWrapper()
           
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.BuildWrapper> getDescriptor()
           
 java.lang.String getDisplayName()
           
 java.util.List<VMwareActivationWrapper.VMActivationConfig> getMachines()
           
 hudson.model.ResourceList getResourceList()
           
 void setMachines(java.util.List<VMwareActivationWrapper.VMActivationConfig> machines)
           
 hudson.tasks.BuildWrapper.Environment setUp(hudson.model.Build build, hudson.Launcher launcher, hudson.model.BuildListener buildListener)
           
 
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
 

Field Detail

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
Constructor Detail

VMwareActivationWrapper

public VMwareActivationWrapper()
Method Detail

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 © 2007. All Rights Reserved.