Uses of Enum
org.qubership.atp.itf.lite.backend.enums.TestingStatus
Packages that use TestingStatus
Package
Description
-
Uses of TestingStatus in org.qubership.atp.itf.lite.backend.enums
Methods in org.qubership.atp.itf.lite.backend.enums that return TestingStatusModifier and TypeMethodDescriptionstatic TestingStatusReturns the enum constant of this type with the specified name.static TestingStatus[]TestingStatus.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TestingStatus in org.qubership.atp.itf.lite.backend.model.entities.history
Methods in org.qubership.atp.itf.lite.backend.model.entities.history with parameters of type TestingStatusModifier and TypeMethodDescriptionvoidRequestExecution.update(RequestEntitySaveRequest request, RequestExecutionResponse response, TestingStatus testingStatus) Update fields by request, response and testing status.Constructors in org.qubership.atp.itf.lite.backend.model.entities.history with parameters of type TestingStatusModifierConstructorDescriptionRequestExecution(String executor, UUID sseId, RequestEntitySaveRequest request, RequestExecutionResponse response, TestingStatus testingStatus) RequestExecution constructor.TestStatus(String name, TestingStatus status) TestStatus(String name, TestingStatus status, String errorMessage) TestStatus(UUID id, String name, TestingStatus status, String errorMessage) Constructor TestStatus.