Uses of Class
com.oracle.bmc.devops.model.BuildRunSnapshot.LifecycleState
-
Packages that use BuildRunSnapshot.LifecycleState Package Description com.oracle.bmc.devops.model -
-
Uses of BuildRunSnapshot.LifecycleState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return BuildRunSnapshot.LifecycleState Modifier and Type Method Description static BuildRunSnapshot.LifecycleState
BuildRunSnapshot.LifecycleState. create(String key)
BuildRunSnapshot.LifecycleState
BuildRunSnapshot. getLifecycleState()
The current status of the build run.BuildRunSnapshot.LifecycleState
BuildRunSnapshotSummary. getLifecycleState()
The current status of the build run.static BuildRunSnapshot.LifecycleState
BuildRunSnapshot.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuildRunSnapshot.LifecycleState[]
BuildRunSnapshot.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type BuildRunSnapshot.LifecycleState Modifier and Type Method Description BuildRunSnapshot.Builder
BuildRunSnapshot.Builder. lifecycleState(BuildRunSnapshot.LifecycleState lifecycleState)
The current status of the build run.BuildRunSnapshotSummary.Builder
BuildRunSnapshotSummary.Builder. lifecycleState(BuildRunSnapshot.LifecycleState lifecycleState)
The current status of the build run.Constructors in com.oracle.bmc.devops.model with parameters of type BuildRunSnapshot.LifecycleState Constructor Description BuildRunSnapshot(String buildPipelineId, String displayName, String commitId, String buildRunId, BuildRunSnapshot.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated)
Deprecated.BuildRunSnapshotSummary(String buildPipelineId, String commitId, String buildRunId, String displayName, BuildRunSnapshot.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated)
Deprecated.
-