Package org.qubership.atp.ram.models
Class TestRun
java.lang.Object
org.qubership.atp.ram.models.RamObject
org.qubership.atp.ram.models.TestRun
- Direct Known Subclasses:
EnrichedTestRun
@CompoundIndex(name="_id_executionRequestId",def="{\'_id\': 1, \'executionRequestId\': 1}") @CompoundIndex(name="_id_parentTestRunId",def="{\'_id\': 1, \'parentTestRunId\': 1}") @CompoundIndex(name="testCaseId_startDateDesc",def="{ \'testCaseId\': 1, \'startDate\': -1 }")
public class TestRun
extends RamObject
-
Field Summary
FieldsFields inherited from class org.qubership.atp.ram.models.RamObject
ID_FIELD, name, NAME_FIELD, uuid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddUrlToBrowserOrLogs(String urlToBrowserOrLogs) Add url to set urls.booleanbooleanisGroupedTestRun(Boolean isGroupedTestRun) voidsetTestingStatus(TestingStatuses testingStatus) Set the new status.voidupdateTestingStatus(TestingStatuses testingStatus) Updates testing status according to current status and the new status priorities.
-
Field Details
-
TEST_RUN_JSON_FILTER_NAME
- See Also:
-
-
Constructor Details
-
TestRun
public TestRun()
-
-
Method Details
-
isFinalTestRun
public boolean isFinalTestRun() -
getIsFinalTestRun
-
updateTestingStatus
Updates testing status according to current status and the new status priorities. If current status is null, new value is set. -
setTestingStatus
Set the new status. -
addNumberOfScreens
public void addNumberOfScreens() -
addUrlToBrowserOrLogs
Add url to set urls.- Parameters:
urlToBrowserOrLogs- url to browser.
-
getLabelIds
-
isGroupedTestRun
-
isGroupedTestRun
public boolean isGroupedTestRun() -
getIsGroupedTestRun
-