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(String contextPath,
String artifact,
String trace,
UpdateStrategiesImpl updateStrategies,
List<ServerCheckbox> servers,
OverrideForm overrideForm,
String destinationFileName,
boolean destinationFileNameForm,
String virtualHost,
boolean virtualHostForm,
StaticContentForm staticContentForm,
SchemaSelectionForm schemaSelectionForm)
|
contextPath
public final String contextPath
artifact
public final String artifact
app
public final String app
ver
public final String ver
trace
public final String trace
updateStrategies
public final UpdateStrategiesImpl updateStrategies
servers
public final List<ServerCheckbox> servers
staticServers
public final List<ServerCheckbox> staticServers
virtualHost
public final String virtualHost
isOverride
public final boolean isOverride
hasStaticContent
public final boolean hasStaticContent
hasDatabaseMigrations
public final boolean hasDatabaseMigrations
filePath
public final String filePath
selectedSchema
public final String selectedSchema
targetProxy
public final String targetProxy
destinationFileName
public final String destinationFileName
DeployOrUpdate
@DataBoundConstructor
public DeployOrUpdate(String contextPath,
String artifact,
String trace,
UpdateStrategiesImpl updateStrategies,
List<ServerCheckbox> servers,
OverrideForm overrideForm,
String destinationFileName,
boolean destinationFileNameForm,
String virtualHost,
boolean virtualHostForm,
StaticContentForm staticContentForm,
SchemaSelectionForm schemaSelectionForm)
getContextPath
public String getContextPath()
getFilePath
public String getFilePath()
getContextPathWithEnv
public String getContextPathWithEnv()
setContextPathWithEnvVarReplaced
public void setContextPathWithEnvVarReplaced(String contextPathWithEnvVarReplaced)
toString
public String toString()
- Overrides:
toString in class Object
getServers
public List<ServerCheckbox> getServers()
getStaticServers
public 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.