Uses of Class
flyteidl.core.Execution.WorkflowExecution.Phase
-
Packages that use Execution.WorkflowExecution.Phase Package Description flyteidl.admin flyteidl.core flyteidl.event -
-
Uses of Execution.WorkflowExecution.Phase in flyteidl.admin
Methods in flyteidl.admin that return Execution.WorkflowExecution.Phase Modifier and Type Method Description Execution.WorkflowExecution.PhaseExecutionOuterClass.ExecutionClosure.Builder. getPhase()Most recent recorded phase for the execution.Execution.WorkflowExecution.PhaseExecutionOuterClass.ExecutionClosure. getPhase()Most recent recorded phase for the execution.Execution.WorkflowExecution.PhaseExecutionOuterClass.ExecutionClosureOrBuilder. getPhase()Most recent recorded phase for the execution.Execution.WorkflowExecution.PhaseCommon.Notification.Builder. getPhases(int index)A list of phases to which users can associate the notifications to.Execution.WorkflowExecution.PhaseCommon.Notification. getPhases(int index)A list of phases to which users can associate the notifications to.Execution.WorkflowExecution.PhaseCommon.NotificationOrBuilder. getPhases(int index)A list of phases to which users can associate the notifications to.Methods in flyteidl.admin that return types with arguments of type Execution.WorkflowExecution.Phase Modifier and Type Method Description java.util.List<Execution.WorkflowExecution.Phase>Common.Notification.Builder. getPhasesList()A list of phases to which users can associate the notifications to.java.util.List<Execution.WorkflowExecution.Phase>Common.Notification. getPhasesList()A list of phases to which users can associate the notifications to.java.util.List<Execution.WorkflowExecution.Phase>Common.NotificationOrBuilder. getPhasesList()A list of phases to which users can associate the notifications to.Methods in flyteidl.admin with parameters of type Execution.WorkflowExecution.Phase Modifier and Type Method Description Common.Notification.BuilderCommon.Notification.Builder. addPhases(Execution.WorkflowExecution.Phase value)A list of phases to which users can associate the notifications to.ExecutionOuterClass.ExecutionClosure.BuilderExecutionOuterClass.ExecutionClosure.Builder. setPhase(Execution.WorkflowExecution.Phase value)Most recent recorded phase for the execution.Common.Notification.BuilderCommon.Notification.Builder. setPhases(int index, Execution.WorkflowExecution.Phase value)A list of phases to which users can associate the notifications to.Method parameters in flyteidl.admin with type arguments of type Execution.WorkflowExecution.Phase Modifier and Type Method Description Common.Notification.BuilderCommon.Notification.Builder. addAllPhases(java.lang.Iterable<? extends Execution.WorkflowExecution.Phase> values)A list of phases to which users can associate the notifications to. -
Uses of Execution.WorkflowExecution.Phase in flyteidl.core
Methods in flyteidl.core that return Execution.WorkflowExecution.Phase Modifier and Type Method Description static Execution.WorkflowExecution.PhaseExecution.WorkflowExecution.Phase. forNumber(int value)static Execution.WorkflowExecution.PhaseExecution.WorkflowExecution.Phase. valueOf(int value)Deprecated.static Execution.WorkflowExecution.PhaseExecution.WorkflowExecution.Phase. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Execution.WorkflowExecution.PhaseExecution.WorkflowExecution.Phase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Execution.WorkflowExecution.Phase[]Execution.WorkflowExecution.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Execution.WorkflowExecution.Phase Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Execution.WorkflowExecution.Phase>Execution.WorkflowExecution.Phase. internalGetValueMap() -
Uses of Execution.WorkflowExecution.Phase in flyteidl.event
Methods in flyteidl.event that return Execution.WorkflowExecution.Phase Modifier and Type Method Description Execution.WorkflowExecution.PhaseEvent.WorkflowExecutionEvent.Builder. getPhase().flyteidl.core.WorkflowExecution.Phase phase = 3;Execution.WorkflowExecution.PhaseEvent.WorkflowExecutionEvent. getPhase().flyteidl.core.WorkflowExecution.Phase phase = 3;Execution.WorkflowExecution.PhaseEvent.WorkflowExecutionEventOrBuilder. getPhase().flyteidl.core.WorkflowExecution.Phase phase = 3;Methods in flyteidl.event with parameters of type Execution.WorkflowExecution.Phase Modifier and Type Method Description Event.WorkflowExecutionEvent.BuilderEvent.WorkflowExecutionEvent.Builder. setPhase(Execution.WorkflowExecution.Phase value).flyteidl.core.WorkflowExecution.Phase phase = 3;
-