Package | Description |
---|---|
com.oracle.bmc.rover.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RoverBundleStatus.Builder |
RoverBundleStatus.Builder.status(RoverBundleStatus.Status status)
The progress of the workflow.
|
Constructor and Description |
---|
RoverBundleStatus(RoverBundleStatus.Status status,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
String bundleName,
String errorMessage)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.