Package dev.galasa.api.run
Class Run
java.lang.Object
dev.galasa.api.run.Run
-
Constructor Summary
ConstructorDescriptionRun
(String name, Instant heartbeat, String type, String group, String test, String bundleName, String testName, String status, String result, Instant queued, Instant finished, Instant waitUntil, String requestor, String stream, String repo, String obr, boolean isLocal, boolean isTraceEnabled, String rasRunId) -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
boolean
getLocal()
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in later versions of the code.getName()
getObr()
getRepo()
getTest()
boolean
getTrace()
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in later versions of the code.getType()
boolean
isLocal()
boolean
-
Constructor Details
-
Run
public Run(String name, Instant heartbeat, String type, String group, String test, String bundleName, String testName, String status, String result, Instant queued, Instant finished, Instant waitUntil, String requestor, String stream, String repo, String obr, boolean isLocal, boolean isTraceEnabled, String rasRunId)
-
-
Method Details
-
getName
-
getHeartbeat
-
getType
-
getGroup
-
getTest
-
getBundleName
-
getTestName
-
getStatus
-
getQueued
-
getFinished
-
getWaitUntil
-
getRequestor
-
getStream
-
getRepo
-
getObr
-
getLocal
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in later versions of the code. UseisLocal
instead. -
isLocal
public boolean isLocal()- Since:
- 0.30.0
-
getTrace
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in later versions of the code. UseisTraceEnabled
instead. -
isTraceEnabled
public boolean isTraceEnabled()- Since:
- 0.30.0
-
getResult
-
getRasRunId
-