Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.