Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.model | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetBuildRunRequest,GetBuildRunResponse> |
DevopsWaiters.forBuildRun(GetBuildRunRequest request,
BuildRun.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetBuildRunRequest,GetBuildRunResponse> |
DevopsWaiters.forBuildRun(GetBuildRunRequest request,
BuildRun.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBuildRunRequest,GetBuildRunResponse> |
DevopsWaiters.forBuildRun(GetBuildRunRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
BuildRun.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static BuildRun.LifecycleState |
BuildRun.LifecycleState.create(String key) |
BuildRun.LifecycleState |
BuildRun.getLifecycleState()
The current state of the build run.
|
BuildRun.LifecycleState |
BuildRunSummary.getLifecycleState()
The current state of the build run.
|
static BuildRun.LifecycleState |
BuildRun.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildRun.LifecycleState[] |
BuildRun.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BuildRun.Builder |
BuildRun.Builder.lifecycleState(BuildRun.LifecycleState lifecycleState)
The current state of the build run.
|
BuildRunSummary.Builder |
BuildRunSummary.Builder.lifecycleState(BuildRun.LifecycleState lifecycleState)
The current state of the build run.
|
Constructor and Description |
---|
BuildRun(String id,
String displayName,
String compartmentId,
String projectId,
String buildPipelineId,
BuildRunSource buildRunSource,
BuildRunArgumentCollection buildRunArguments,
Date timeCreated,
Date timeUpdated,
BuildRun.LifecycleState lifecycleState,
String lifecycleDetails,
BuildRunProgress buildRunProgress,
CommitInfo commitInfo,
BuildOutputs buildOutputs,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
BuildRunSummary(String id,
String compartmentId,
String displayName,
String projectId,
String buildPipelineId,
BuildRunSource buildRunSource,
BuildRunArgumentCollection buildRunArguments,
BuildRunProgressSummary buildRunProgressSummary,
Date timeCreated,
Date timeUpdated,
BuildRun.LifecycleState lifecycleState,
String lifecycleDetails,
CommitInfo commitInfo,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BuildRun.LifecycleState |
ListBuildRunsRequest.getLifecycleState()
A filter to return only build runs that matches the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListBuildRunsRequest.Builder |
ListBuildRunsRequest.Builder.lifecycleState(BuildRun.LifecycleState lifecycleState)
A filter to return only build runs that matches the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.