Package dev.galasa.framework
Class RunImpl
java.lang.Object
dev.galasa.framework.RunImpl
- All Implemented Interfaces:
IRun
-
Constructor Details
-
RunImpl
- Throws:
DynamicStatusStoreException
-
-
Method Details
-
getName
-
getHeartbeat
- Specified by:
getHeartbeatin interfaceIRun
-
getType
-
getTest
-
getStatus
-
getRequestor
- Specified by:
getRequestorin interfaceIRun
-
getStream
-
getTestBundleName
- Specified by:
getTestBundleNamein interfaceIRun
-
getTestClassName
- Specified by:
getTestClassNamein interfaceIRun
-
isLocal
public boolean isLocal() -
getGroup
-
getSubmissionId
- Specified by:
getSubmissionIdin interfaceIRun
-
getTags
-
getQueued
-
getRepository
- Specified by:
getRepositoryin interfaceIRun
-
getOBR
-
isTrace
public boolean isTrace() -
getFinished
- Specified by:
getFinishedin interfaceIRun
-
getWaitUntil
- Specified by:
getWaitUntilin interfaceIRun
-
getSerializedRun
- Specified by:
getSerializedRunin interfaceIRun
-
getResult
-
getGherkin
- Specified by:
getGherkinin interfaceIRun
-
getRasRunId
- Specified by:
getRasRunIdin interfaceIRun
-
getInterruptReason
- Specified by:
getInterruptReasonin interfaceIRun
-
getInterruptedAt
- Specified by:
getInterruptedAtin interfaceIRun
-
getAllocatedTimeout
- Specified by:
getAllocatedTimeoutin interfaceIRun
-
getRasActions
- Specified by:
getRasActionsin interfaceIRun
-
toString
-
toTestStructure
Create a new test structure, and populate it with as much information as we can from the run.- Specified by:
toTestStructurein interfaceIRun- Returns:
- A TestStructure which is written into the RAS eventually.
-