org.zeroturnaround.jenkins
Class DeployOrUpdate

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

public class DeployOrUpdate
extends LiveRebelDeployBuilder.ActionWrapper


Nested Class Summary
static class DeployOrUpdate.DescriptorImpl
           
 
Nested classes/interfaces inherited from class org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
LiveRebelDeployBuilder.ActionWrapper.ActionWrapperDescriptor
 
Field Summary
 java.lang.String app
           
 java.lang.String artifact
           
 java.lang.String contextPath
           
 java.lang.String destinationFileName
           
 java.lang.String filePath
           
 boolean hasDatabaseMigrations
           
 boolean hasStaticContent
           
 boolean isOverride
           
 java.lang.String selectedSchema
           
 java.util.List<ServerCheckbox> servers
           
 java.util.List<ServerCheckbox> staticServers
           
 java.lang.String targetProxy
           
 java.lang.String trace
           
 UpdateStrategiesImpl updateStrategies
           
 java.lang.String ver
           
 java.lang.String virtualHost
           
 
Constructor Summary
DeployOrUpdate(java.lang.String contextPath, java.lang.String artifact, java.lang.String trace, UpdateStrategiesImpl updateStrategies, java.util.List<ServerCheckbox> servers, OverrideForm overrideForm, java.lang.String destinationFileName, boolean destinationFileNameForm, java.lang.String virtualHost, boolean virtualHostForm, StaticContentForm staticContentForm, SchemaSelectionForm schemaSelectionForm)
           
 
Method Summary
 java.lang.String getContextPath()
           
 java.lang.String getContextPathWithEnv()
           
 DeployOrUpdate.DescriptorImpl getDescriptor()
           
 java.lang.String getFilePath()
           
 java.util.List<ServerCheckbox> getServers()
           
 java.util.List<ServerCheckbox> getStaticServers()
           
 boolean isDefaultHostSelected()
           
 boolean isDestinationFileNameSelected()
           
 void setContextPathWithEnvVarReplaced(java.lang.String contextPathWithEnvVarReplaced)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

contextPath

public final java.lang.String contextPath

artifact

public final java.lang.String artifact

app

public final java.lang.String app

ver

public final java.lang.String ver

trace

public final java.lang.String trace

updateStrategies

public final UpdateStrategiesImpl updateStrategies

servers

public final java.util.List<ServerCheckbox> servers

staticServers

public final java.util.List<ServerCheckbox> staticServers

virtualHost

public final java.lang.String virtualHost

isOverride

public final boolean isOverride

hasStaticContent

public final boolean hasStaticContent

hasDatabaseMigrations

public final boolean hasDatabaseMigrations

filePath

public final java.lang.String filePath

selectedSchema

public final java.lang.String selectedSchema

targetProxy

public final java.lang.String targetProxy

destinationFileName

public final java.lang.String destinationFileName
Constructor Detail

DeployOrUpdate

@DataBoundConstructor
public DeployOrUpdate(java.lang.String contextPath,
                                           java.lang.String artifact,
                                           java.lang.String trace,
                                           UpdateStrategiesImpl updateStrategies,
                                           java.util.List<ServerCheckbox> servers,
                                           OverrideForm overrideForm,
                                           java.lang.String destinationFileName,
                                           boolean destinationFileNameForm,
                                           java.lang.String virtualHost,
                                           boolean virtualHostForm,
                                           StaticContentForm staticContentForm,
                                           SchemaSelectionForm schemaSelectionForm)
Method Detail

getContextPath

public java.lang.String getContextPath()

getFilePath

public java.lang.String getFilePath()

getContextPathWithEnv

public java.lang.String getContextPathWithEnv()

setContextPathWithEnvVarReplaced

public void setContextPathWithEnvVarReplaced(java.lang.String contextPathWithEnvVarReplaced)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getServers

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

getStaticServers

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

isDefaultHostSelected

public boolean isDefaultHostSelected()

isDestinationFileNameSelected

public boolean isDestinationFileNameSelected()

getDescriptor

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


Copyright © 2004-2013. All Rights Reserved.