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