Uses of Class
com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
-
Packages that use PipelineExecutionStepState.Status Package Description com.adobe.aio.cloudmanager -
-
Uses of PipelineExecutionStepState.Status in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return PipelineExecutionStepState.Status Modifier and Type Method Description PipelineExecutionStepState.Status
PipelineExecutionStepState. getStatusState()
The current status of the pipeline execution step.static PipelineExecutionStepState.Status
PipelineExecutionStepState.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static PipelineExecutionStepState.Status[]
PipelineExecutionStepState.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-