com.xebialabs.deployit.ci
Class JenkinsDeploymentOptions
java.lang.Object
com.xebialabs.deployit.client.DeploymentOptions
com.xebialabs.deployit.ci.JenkinsDeploymentOptions
- All Implemented Interfaces:
- hudson.model.Describable<JenkinsDeploymentOptions>, java.io.Serializable
public class JenkinsDeploymentOptions
- extends com.xebialabs.deployit.client.DeploymentOptions
- implements hudson.model.Describable<JenkinsDeploymentOptions>
- See Also:
- Serialized Form
|
Constructor Summary |
JenkinsDeploymentOptions(java.lang.String environment,
VersionKind versionKind,
boolean generateDeployedOnUpgrade,
boolean skipMode,
boolean testMode,
boolean rollbackOnError,
boolean verbose)
|
| Methods inherited from class com.xebialabs.deployit.client.DeploymentOptions |
getOrchestrator, isCancelTaskOnError, isDeletePreviouslyDeployedArtifact, isExplicitMappings, isFailIfNoStepsAreGenerated, isGenerateDeployedOnUpgrade, isRollbackOnError, isSkipMode, isTestMode, setCancelTaskOnError, setDeletePreviouslyDeployedArtifact, setExplicitMappings, setFailIfNoStepsAreGenerated, setGenerateDeployedOnUpgrade, setOrchestrator, setRollbackOnError, setSkipMode, setTestMode, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
environment
public final java.lang.String environment
verbose
@Deprecated
public final boolean verbose
- Deprecated.
versionKind
public final VersionKind versionKind
version
public java.lang.String version
JenkinsDeploymentOptions
@DataBoundConstructor
public JenkinsDeploymentOptions(java.lang.String environment,
VersionKind versionKind,
boolean generateDeployedOnUpgrade,
boolean skipMode,
boolean testMode,
boolean rollbackOnError,
boolean verbose)
getDescriptor
public hudson.model.Descriptor<JenkinsDeploymentOptions> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<JenkinsDeploymentOptions>
getVersion
public java.lang.String getVersion()
setVersion
public void setVersion(java.lang.String version)