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.DescriptorImpl
           
 
Nested classes/interfaces inherited from class org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
LiveRebelDeployBuilder.ActionWrapper.ActionWrapperDescriptor
 
Field Summary
 boolean hasDatabaseMigrations
           
 boolean hasStaticContent
           
 String selectedSchema
           
 List<ServerCheckbox> servers
           
 List<ServerCheckbox> staticServers
           
 String targetProxy
           
 String undeployID
           
 
Constructor Summary
Undeploy(List<ServerCheckbox> servers, String undeployID, SchemaSelectionForm schemaSelectionForm, StaticContentForm staticContentForm)
           
 
Method Summary
 Undeploy.DescriptorImpl getDescriptor()
           
 List<ServerCheckbox> getServers()
           
 List<ServerCheckbox> getStaticServers()
           
 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

hasDatabaseMigrations

public final boolean hasDatabaseMigrations

selectedSchema

public final String selectedSchema

targetProxy

public final String targetProxy

hasStaticContent

public final boolean hasStaticContent

staticServers

public final List<ServerCheckbox> staticServers
Constructor Detail

Undeploy

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

getServers

public List<ServerCheckbox> getServers()

getStaticServers

public List<ServerCheckbox> getStaticServers()

getDescriptor

public Undeploy.DescriptorImpl 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-2013. All Rights Reserved.