Uses of Class
com.oracle.bmc.devops.model.BuildRun.LifecycleState
-
Packages that use BuildRun.LifecycleState Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of BuildRun.LifecycleState in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type BuildRun.LifecycleState Modifier and Type Method Description Waiter<GetBuildRunRequest,GetBuildRunResponse>
DevopsWaiters. forBuildRun(GetBuildRunRequest request, BuildRun.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBuildRunRequest,GetBuildRunResponse>
DevopsWaiters. forBuildRun(GetBuildRunRequest request, BuildRun.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBuildRunRequest,GetBuildRunResponse>
DevopsWaiters. forBuildRun(GetBuildRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BuildRun.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of BuildRun.LifecycleState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return BuildRun.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.devops.model with parameters of type BuildRun.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.devops.model with parameters of type BuildRun.LifecycleState Constructor 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. -
Uses of BuildRun.LifecycleState in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return BuildRun.LifecycleState Modifier and Type Method Description BuildRun.LifecycleState
ListBuildRunsRequest. getLifecycleState()
A filter to return only build runs that matches the given lifecycle state.Methods in com.oracle.bmc.devops.requests with parameters of type BuildRun.LifecycleState Modifier and Type Method Description ListBuildRunsRequest.Builder
ListBuildRunsRequest.Builder. lifecycleState(BuildRun.LifecycleState lifecycleState)
A filter to return only build runs that matches the given lifecycle state.
-