public class TestStep
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="TestName" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/> <element name="TestTags" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/> <element name="TestTypeId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://flexagon.com/release/executionunits}TestTypeIdScript" minOccurs="0"/> <element name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="PackageName" type="{http://www.w3.org/2001/XMLSchema}string"/> <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 java.lang.String |
packageName |
protected PreconditionType |
precondition |
protected long |
projectId |
protected PipelineScriptType |
testName |
protected PipelineScriptType |
testTags |
protected long |
testTypeId |
protected PipelineScriptType |
testTypeIdScript |
Constructor and Description |
---|
TestStep() |
Modifier and Type | Method and Description |
---|---|
OnErrorType |
getOnError()
Gets the value of the onError property.
|
java.lang.String |
getPackageName()
Gets the value of the packageName property.
|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
PipelineScriptType |
getTestName()
Gets the value of the testName property.
|
PipelineScriptType |
getTestTags()
Gets the value of the testTags property.
|
long |
getTestTypeId()
Gets the value of the testTypeId property.
|
PipelineScriptType |
getTestTypeIdScript()
Gets the value of the testTypeIdScript property.
|
void |
setOnError(OnErrorType value)
Sets the value of the onError property.
|
void |
setPackageName(java.lang.String value)
Sets the value of the packageName property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
void |
setTestName(PipelineScriptType value)
Sets the value of the testName property.
|
void |
setTestTags(PipelineScriptType value)
Sets the value of the testTags property.
|
void |
setTestTypeId(long value)
Sets the value of the testTypeId property.
|
void |
setTestTypeIdScript(PipelineScriptType value)
Sets the value of the testTypeIdScript property.
|
protected PipelineScriptType testName
protected PipelineScriptType testTags
protected long testTypeId
protected PipelineScriptType testTypeIdScript
protected long projectId
protected java.lang.String packageName
protected PreconditionType precondition
protected OnErrorType onError
public PipelineScriptType getTestName()
PipelineScriptType
public void setTestName(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
public PipelineScriptType getTestTags()
PipelineScriptType
public void setTestTags(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
public long getTestTypeId()
public void setTestTypeId(long value)
public PipelineScriptType getTestTypeIdScript()
PipelineScriptType
public void setTestTypeIdScript(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
public long getProjectId()
public void setProjectId(long value)
public java.lang.String getPackageName()
String
public void setPackageName(java.lang.String value)
value
- allowed object is
String
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