org.zeroturnaround.jenkins
Class DeployOrUpdate
java.lang.Object
org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
org.zeroturnaround.jenkins.DeployOrUpdate
- All Implemented Interfaces:
- hudson.model.Describable<LiveRebelDeployBuilder.ActionWrapper>
public class DeployOrUpdate
- extends LiveRebelDeployBuilder.ActionWrapper
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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)
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.