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
           
 java.lang.String selectedSchema
           
 java.util.List<ServerCheckbox> servers
           
 java.util.List<ServerCheckbox> staticServers
           
 java.lang.String targetProxy
           
 java.lang.String undeployID
           
 
Constructor Summary
Undeploy(java.util.List<ServerCheckbox> servers, java.lang.String undeployID, SchemaSelectionForm schemaSelectionForm, StaticContentForm staticContentForm)
           
 
Method Summary
 Undeploy.DescriptorImpl getDescriptor()
           
 java.util.List<ServerCheckbox> getServers()
           
 java.util.List<ServerCheckbox> getStaticServers()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

servers

public final java.util.List<ServerCheckbox> servers

undeployID

public final java.lang.String undeployID

hasDatabaseMigrations

public final boolean hasDatabaseMigrations

selectedSchema

public final java.lang.String selectedSchema

targetProxy

public final java.lang.String targetProxy

hasStaticContent

public final boolean hasStaticContent

staticServers

public final java.util.List<ServerCheckbox> staticServers
Constructor Detail

Undeploy

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

getServers

public java.util.List<ServerCheckbox> getServers()

getStaticServers

public java.util.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2013. All Rights Reserved.