public class PromoteStep
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RelDefinitionId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="RelDefinitionIdScript" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/> <element name="SnapshotDescription" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SnapshotDescriptionScript" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/> <element name="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/> <element name="OnError" type="{http://flexagon.com/release/executionunits}OnErrorType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected OnErrorType |
onError |
protected PreconditionType |
precondition |
protected long |
relDefinitionId |
protected PipelineScriptType |
relDefinitionIdScript |
protected java.lang.String |
snapshotDescription |
protected PipelineScriptType |
snapshotDescriptionScript |
Constructor and Description |
---|
PromoteStep() |
Modifier and Type | Method and Description |
---|---|
OnErrorType |
getOnError()
Gets the value of the onError property.
|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
long |
getRelDefinitionId()
Gets the value of the relDefinitionId property.
|
PipelineScriptType |
getRelDefinitionIdScript()
Gets the value of the relDefinitionIdScript property.
|
java.lang.String |
getSnapshotDescription()
Gets the value of the snapshotDescription property.
|
PipelineScriptType |
getSnapshotDescriptionScript()
Gets the value of the snapshotDescriptionScript property.
|
void |
setOnError(OnErrorType value)
Sets the value of the onError property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
void |
setRelDefinitionId(long value)
Sets the value of the relDefinitionId property.
|
void |
setRelDefinitionIdScript(PipelineScriptType value)
Sets the value of the relDefinitionIdScript property.
|
void |
setSnapshotDescription(java.lang.String value)
Sets the value of the snapshotDescription property.
|
void |
setSnapshotDescriptionScript(PipelineScriptType value)
Sets the value of the snapshotDescriptionScript property.
|
protected long relDefinitionId
protected PipelineScriptType relDefinitionIdScript
protected java.lang.String snapshotDescription
protected PipelineScriptType snapshotDescriptionScript
protected PreconditionType precondition
protected OnErrorType onError
public long getRelDefinitionId()
public void setRelDefinitionId(long value)
public PipelineScriptType getRelDefinitionIdScript()
PipelineScriptType
public void setRelDefinitionIdScript(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
public java.lang.String getSnapshotDescription()
String
public void setSnapshotDescription(java.lang.String value)
value
- allowed object is
String
public PipelineScriptType getSnapshotDescriptionScript()
PipelineScriptType
public void setSnapshotDescriptionScript(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
public PreconditionType getPrecondition()
PreconditionType
public void setPrecondition(PreconditionType value)
value
- allowed object is
PreconditionType
public OnErrorType getOnError()
OnErrorType
public void setOnError(OnErrorType value)
value
- allowed object is
OnErrorType