Uses of Class
com.oracle.bmc.rover.model.RoverBundleStatus.Status
-
Packages that use RoverBundleStatus.Status Package Description com.oracle.bmc.rover.model -
-
Uses of RoverBundleStatus.Status in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return RoverBundleStatus.Status Modifier and Type Method Description static RoverBundleStatus.Status
RoverBundleStatus.Status. create(String key)
RoverBundleStatus.Status
RoverBundleStatus. getStatus()
The progress of the workflow.static RoverBundleStatus.Status
RoverBundleStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoverBundleStatus.Status[]
RoverBundleStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.rover.model with parameters of type RoverBundleStatus.Status Modifier and Type Method Description RoverBundleStatus.Builder
RoverBundleStatus.Builder. status(RoverBundleStatus.Status status)
The progress of the workflow.Constructors in com.oracle.bmc.rover.model with parameters of type RoverBundleStatus.Status Constructor Description RoverBundleStatus(RoverBundleStatus.Status status, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished, String bundleName, String errorMessage)
Deprecated.
-