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