Package dev.galasa.api.run
Class Run
java.lang.Object
dev.galasa.api.run.Run
-
Constructor Summary
ConstructorsConstructorDescriptionRun(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, String submissionId, Set<String> tags) -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()booleangetLocal()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()getTags()getTest()booleangetTrace()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()booleanisLocal()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, String submissionId, Set<String> tags)
-
-
Method Details
-
getName
-
getHeartbeat
-
getType
-
getGroup
-
getSubmissionId
-
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. UseisLocalinstead. -
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. UseisTraceEnabledinstead. -
isTraceEnabled
public boolean isTraceEnabled()- Since:
- 0.30.0
-
getResult
-
getRasRunId
-
getTags
-