Uses of Enum
org.qubership.atp.ram.enums.TestingStatuses
Packages that use TestingStatuses
Package
Description
-
Uses of TestingStatuses in org.qubership.atp.ram.dto.response
Fields in org.qubership.atp.ram.dto.response declared as TestingStatusesModifier and TypeFieldDescriptionprotected TestingStatusesStatusUpdateResponse.BaseStatusUpdateResponse.testingStatus -
Uses of TestingStatuses in org.qubership.atp.ram.entities.treenodes.labelparams
Constructors in org.qubership.atp.ram.entities.treenodes.labelparams with parameters of type TestingStatusesModifierConstructorDescriptionTestingReportLabelParam(String name, TestingStatuses status) TestingReportLabelParam(String name, TestingStatuses status, ValidationTableLine step) TestingReportLabelParam constructor. -
Uses of TestingStatuses in org.qubership.atp.ram.enums
Methods in org.qubership.atp.ram.enums that return TestingStatusesModifier and TypeMethodDescriptionstatic TestingStatusesTestingStatuses.compareAndGetPriority(TestingStatuses first, TestingStatuses second) static TestingStatusesTestingStatuses.findByName(String value) FindTestingStatusesby name.static TestingStatusesTestingStatuses.findByValue(String value) FindTestingStatusesby name contains word.static TestingStatusesReturns the enum constant of this type with the specified name.static TestingStatuses[]TestingStatuses.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.ram.enums with parameters of type TestingStatusesModifier and TypeMethodDescriptionstatic TestingStatusesTestingStatuses.compareAndGetPriority(TestingStatuses first, TestingStatuses second) -
Uses of TestingStatuses in org.qubership.atp.ram.models
Methods in org.qubership.atp.ram.models with parameters of type TestingStatusesModifier and TypeMethodDescriptionvoidLogRecord.setTestingStatus(TestingStatuses testingStatus) Compare the current status and the new status.voidTestRun.setTestingStatus(TestingStatuses testingStatus) Set the new status.voidLogRecord.setTestingStatusHard(TestingStatuses testingStatus) Set the new status.voidTestRun.updateTestingStatus(TestingStatuses testingStatus) Updates testing status according to current status and the new status priorities.Constructors in org.qubership.atp.ram.models with parameters of type TestingStatusesModifierConstructorDescriptionPotsStatisticsPerTestCase(TestingStatuses testingStatus, String name, UUID id) Constructor.