Uses of Enum
org.qubership.atp.ram.enums.ExecutionStatuses
Packages that use ExecutionStatuses
Package
Description
-
Uses of ExecutionStatuses in org.qubership.atp.ram.dto.response
Fields in org.qubership.atp.ram.dto.response declared as ExecutionStatusesModifier and TypeFieldDescriptionprotected ExecutionStatusesStatusUpdateResponse.BaseStatusUpdateResponse.executionStatus -
Uses of ExecutionStatuses in org.qubership.atp.ram.enums
Methods in org.qubership.atp.ram.enums that return ExecutionStatusesModifier and TypeMethodDescriptionstatic ExecutionStatusesExecutionStatuses.findByValue(String strValue) FindExecutionStatusesby name contains word.static ExecutionStatusesReturns the enum constant of this type with the specified name.static ExecutionStatuses[]ExecutionStatuses.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutionStatuses in org.qubership.atp.ram.models
Methods in org.qubership.atp.ram.models with parameters of type ExecutionStatusesModifier and TypeMethodDescriptionvoidJointExecutionRequest.upsertRun(UUID executionRequestId, ExecutionStatuses status) Add or update run.