org.zeroturnaround.jenkins
Class Undeploy
java.lang.Object
org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
org.zeroturnaround.jenkins.Undeploy
- All Implemented Interfaces:
- hudson.model.Describable<LiveRebelDeployBuilder.ActionWrapper>
public class Undeploy
- extends LiveRebelDeployBuilder.ActionWrapper
servers
public final List<ServerCheckbox> servers
undeployID
public final String undeployID
Undeploy
@DataBoundConstructor
public Undeploy(List<ServerCheckbox> servers,
String undeployID)
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.