Package | Description |
---|---|
com.oracle.bmc.devops | |
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 |
---|---|
Future<GetBuildRunResponse> |
DevopsAsyncClient.getBuildRun(GetBuildRunRequest request,
AsyncHandler<GetBuildRunRequest,GetBuildRunResponse> handler) |
Future<GetBuildRunResponse> |
DevopsAsync.getBuildRun(GetBuildRunRequest request,
AsyncHandler<GetBuildRunRequest,GetBuildRunResponse> handler)
Returns the details of a build run for a given build run ID.
|
Modifier and Type | Method and Description |
---|---|
GetBuildRunRequest |
GetBuildRunRequest.Builder.build()
Build the instance of GetBuildRunRequest as configured by this builder
|
GetBuildRunRequest |
GetBuildRunRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetBuildRunRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetBuildRunRequest.Builder |
GetBuildRunRequest.Builder.copy(GetBuildRunRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.