Uses of Enum
gauge.messages.Spec.ExecutionStatus
Packages that use Spec.ExecutionStatus
-
Uses of Spec.ExecutionStatus in gauge.messages
Methods in gauge.messages that return Spec.ExecutionStatusModifier and TypeMethodDescriptionstatic Spec.ExecutionStatusSpec.ExecutionStatus.forNumber(int value) Spec.ProtoScenario.Builder.getExecutionStatus()/ Execution status for the scenarioSpec.ProtoScenario.getExecutionStatus()/ Execution status for the scenarioSpec.ProtoScenarioOrBuilder.getExecutionStatus()/ Execution status for the scenariostatic Spec.ExecutionStatusSpec.ExecutionStatus.valueOf(int value) Deprecated.static Spec.ExecutionStatusSpec.ExecutionStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Spec.ExecutionStatusReturns the enum constant of this type with the specified name.static Spec.ExecutionStatus[]Spec.ExecutionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gauge.messages that return types with arguments of type Spec.ExecutionStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Spec.ExecutionStatus>Spec.ExecutionStatus.internalGetValueMap()Methods in gauge.messages with parameters of type Spec.ExecutionStatusModifier and TypeMethodDescriptionSpec.ProtoScenario.Builder.setExecutionStatus(Spec.ExecutionStatus value) / Execution status for the scenario