@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCaseRun extends Object implements Serializable, Cloneable, StructuredPojo
Provides the test case run.
Constructor and Description |
---|
TestCaseRun() |
Modifier and Type | Method and Description |
---|---|
TestCaseRun |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
Provides test case run end time.
|
String |
getFailure()
Provides test case run failure result.
|
String |
getLogUrl()
Provides test case run log URL.
|
Date |
getStartTime()
Provides test case run start time.
|
String |
getStatus()
Provides the test case run status.
|
String |
getTestCaseDefinitionId()
Provides the test case run definition ID.
|
String |
getTestCaseDefinitionName()
Provides the test case run definition name.
|
String |
getTestCaseRunId()
Provides the test case run ID.
|
String |
getWarnings()
Provides test case run warnings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndTime(Date endTime)
Provides test case run end time.
|
void |
setFailure(String failure)
Provides test case run failure result.
|
void |
setLogUrl(String logUrl)
Provides test case run log URL.
|
void |
setStartTime(Date startTime)
Provides test case run start time.
|
void |
setStatus(String status)
Provides the test case run status.
|
void |
setTestCaseDefinitionId(String testCaseDefinitionId)
Provides the test case run definition ID.
|
void |
setTestCaseDefinitionName(String testCaseDefinitionName)
Provides the test case run definition name.
|
void |
setTestCaseRunId(String testCaseRunId)
Provides the test case run ID.
|
void |
setWarnings(String warnings)
Provides test case run warnings.
|
String |
toString()
Returns a string representation of this object.
|
TestCaseRun |
withEndTime(Date endTime)
Provides test case run end time.
|
TestCaseRun |
withFailure(String failure)
Provides test case run failure result.
|
TestCaseRun |
withLogUrl(String logUrl)
Provides test case run log URL.
|
TestCaseRun |
withStartTime(Date startTime)
Provides test case run start time.
|
TestCaseRun |
withStatus(Status status)
Provides the test case run status.
|
TestCaseRun |
withStatus(String status)
Provides the test case run status.
|
TestCaseRun |
withTestCaseDefinitionId(String testCaseDefinitionId)
Provides the test case run definition ID.
|
TestCaseRun |
withTestCaseDefinitionName(String testCaseDefinitionName)
Provides the test case run definition name.
|
TestCaseRun |
withTestCaseRunId(String testCaseRunId)
Provides the test case run ID.
|
TestCaseRun |
withWarnings(String warnings)
Provides test case run warnings.
|
public void setTestCaseRunId(String testCaseRunId)
Provides the test case run ID.
testCaseRunId
- Provides the test case run ID.public String getTestCaseRunId()
Provides the test case run ID.
public TestCaseRun withTestCaseRunId(String testCaseRunId)
Provides the test case run ID.
testCaseRunId
- Provides the test case run ID.public void setTestCaseDefinitionId(String testCaseDefinitionId)
Provides the test case run definition ID.
testCaseDefinitionId
- Provides the test case run definition ID.public String getTestCaseDefinitionId()
Provides the test case run definition ID.
public TestCaseRun withTestCaseDefinitionId(String testCaseDefinitionId)
Provides the test case run definition ID.
testCaseDefinitionId
- Provides the test case run definition ID.public void setTestCaseDefinitionName(String testCaseDefinitionName)
Provides the test case run definition name.
testCaseDefinitionName
- Provides the test case run definition name.public String getTestCaseDefinitionName()
Provides the test case run definition name.
public TestCaseRun withTestCaseDefinitionName(String testCaseDefinitionName)
Provides the test case run definition name.
testCaseDefinitionName
- Provides the test case run definition name.public void setStatus(String status)
Provides the test case run status. Status is one of the following:
PASS
: Test passed.
FAIL
: Test failed.
PENDING
: Test has not started running but is scheduled.
RUNNING
: Test is running.
STOPPING
: Test is performing cleanup steps. You will see this status only if you stop a suite run.
STOPPED
Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS
: Test passed with warnings.
ERORR
: Test faced an error when running due to an internal issue.
status
- Provides the test case run status. Status is one of the following:
PASS
: Test passed.
FAIL
: Test failed.
PENDING
: Test has not started running but is scheduled.
RUNNING
: Test is running.
STOPPING
: Test is performing cleanup steps. You will see this status only if you stop a suite
run.
STOPPED
Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS
: Test passed with warnings.
ERORR
: Test faced an error when running due to an internal issue.
Status
public String getStatus()
Provides the test case run status. Status is one of the following:
PASS
: Test passed.
FAIL
: Test failed.
PENDING
: Test has not started running but is scheduled.
RUNNING
: Test is running.
STOPPING
: Test is performing cleanup steps. You will see this status only if you stop a suite run.
STOPPED
Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS
: Test passed with warnings.
ERORR
: Test faced an error when running due to an internal issue.
PASS
: Test passed.
FAIL
: Test failed.
PENDING
: Test has not started running but is scheduled.
RUNNING
: Test is running.
STOPPING
: Test is performing cleanup steps. You will see this status only if you stop a
suite run.
STOPPED
Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS
: Test passed with warnings.
ERORR
: Test faced an error when running due to an internal issue.
Status
public TestCaseRun withStatus(String status)
Provides the test case run status. Status is one of the following:
PASS
: Test passed.
FAIL
: Test failed.
PENDING
: Test has not started running but is scheduled.
RUNNING
: Test is running.
STOPPING
: Test is performing cleanup steps. You will see this status only if you stop a suite run.
STOPPED
Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS
: Test passed with warnings.
ERORR
: Test faced an error when running due to an internal issue.
status
- Provides the test case run status. Status is one of the following:
PASS
: Test passed.
FAIL
: Test failed.
PENDING
: Test has not started running but is scheduled.
RUNNING
: Test is running.
STOPPING
: Test is performing cleanup steps. You will see this status only if you stop a suite
run.
STOPPED
Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS
: Test passed with warnings.
ERORR
: Test faced an error when running due to an internal issue.
Status
public TestCaseRun withStatus(Status status)
Provides the test case run status. Status is one of the following:
PASS
: Test passed.
FAIL
: Test failed.
PENDING
: Test has not started running but is scheduled.
RUNNING
: Test is running.
STOPPING
: Test is performing cleanup steps. You will see this status only if you stop a suite run.
STOPPED
Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS
: Test passed with warnings.
ERORR
: Test faced an error when running due to an internal issue.
status
- Provides the test case run status. Status is one of the following:
PASS
: Test passed.
FAIL
: Test failed.
PENDING
: Test has not started running but is scheduled.
RUNNING
: Test is running.
STOPPING
: Test is performing cleanup steps. You will see this status only if you stop a suite
run.
STOPPED
Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS
: Test passed with warnings.
ERORR
: Test faced an error when running due to an internal issue.
Status
public void setStartTime(Date startTime)
Provides test case run start time.
startTime
- Provides test case run start time.public Date getStartTime()
Provides test case run start time.
public TestCaseRun withStartTime(Date startTime)
Provides test case run start time.
startTime
- Provides test case run start time.public void setEndTime(Date endTime)
Provides test case run end time.
endTime
- Provides test case run end time.public Date getEndTime()
Provides test case run end time.
public TestCaseRun withEndTime(Date endTime)
Provides test case run end time.
endTime
- Provides test case run end time.public void setLogUrl(String logUrl)
Provides test case run log URL.
logUrl
- Provides test case run log URL.public String getLogUrl()
Provides test case run log URL.
public TestCaseRun withLogUrl(String logUrl)
Provides test case run log URL.
logUrl
- Provides test case run log URL.public void setWarnings(String warnings)
Provides test case run warnings.
warnings
- Provides test case run warnings.public String getWarnings()
Provides test case run warnings.
public TestCaseRun withWarnings(String warnings)
Provides test case run warnings.
warnings
- Provides test case run warnings.public void setFailure(String failure)
Provides test case run failure result.
failure
- Provides test case run failure result.public String getFailure()
Provides test case run failure result.
public TestCaseRun withFailure(String failure)
Provides test case run failure result.
failure
- Provides test case run failure result.public String toString()
toString
in class Object
Object.toString()
public TestCaseRun clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.