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
contextPath
public final String contextPath
artifact
public final String artifact
app
public final String app
ver
public final String ver
metadata
public final String metadata
updateStrategies
public final UpdateStrategiesImpl updateStrategies
servers
public final List<ServerCheckbox> servers
isOverride
public final boolean isOverride
DeployOrUpdate
@DataBoundConstructor
public DeployOrUpdate(String contextPath,
String artifact,
String metadata,
UpdateStrategiesImpl updateStrategies,
List<ServerCheckbox> servers,
OverrideForm overrideForm)
getContextPath
public String getContextPath()
getContextPathWithEnv
public String getContextPathWithEnv()
setContextPathWithEnvVarReplaced
public void setContextPathWithEnvVarReplaced(String contextPathWithEnvVarReplaced)
toString
public String toString()
- Overrides:
toString in class Object
getServers
public List<ServerCheckbox> getServers()
getDescriptor
public DeployOrUpdate.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<LiveRebelDeployBuilder.ActionWrapper>- Overrides:
getDescriptor in class LiveRebelDeployBuilder.ActionWrapper
Copyright © 2004-2012 Hudson. All Rights Reserved.