org.zeroturnaround.jenkins
Class Undeploy

java.lang.Object
  extended by org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
      extended by org.zeroturnaround.jenkins.Undeploy
All Implemented Interfaces:
hudson.model.Describable<LiveRebelDeployBuilder.ActionWrapper>

public class Undeploy
extends LiveRebelDeployBuilder.ActionWrapper


Nested Class Summary
static class Undeploy.UndeployDescriptorImpl
           
 
Nested classes/interfaces inherited from class org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
LiveRebelDeployBuilder.ActionWrapper.ActionWrapperDescriptor
 
Field Summary
 List<ServerCheckbox> servers
           
 String undeployID
           
 
Constructor Summary
Undeploy(List<ServerCheckbox> servers, String undeployID)
           
 
Method Summary
 Undeploy.UndeployDescriptorImpl getDescriptor()
           
 List<ServerCheckbox> getServers()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

servers

public final List<ServerCheckbox> servers

undeployID

public final String undeployID
Constructor Detail

Undeploy

@DataBoundConstructor
public Undeploy(List<ServerCheckbox> servers,
                                     String undeployID)
Method Detail

getServers

public List<ServerCheckbox> getServers()

getDescriptor

public Undeploy.UndeployDescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<LiveRebelDeployBuilder.ActionWrapper>
Overrides:
getDescriptor in class LiveRebelDeployBuilder.ActionWrapper

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.