Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPullRequestRequest,GetPullRequestResponse> |
DevopsWaiters.forPullRequest(GetPullRequestRequest request,
PullRequest.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPullRequestRequest,GetPullRequestResponse> |
DevopsWaiters.forPullRequest(GetPullRequestRequest request,
PullRequest.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPullRequestRequest,GetPullRequestResponse> |
DevopsWaiters.forPullRequest(GetPullRequestRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PullRequest.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetPullRequestResponse> |
DevopsAsyncClient.getPullRequest(GetPullRequestRequest request,
AsyncHandler<GetPullRequestRequest,GetPullRequestResponse> handler) |
Future<GetPullRequestResponse> |
DevopsAsync.getPullRequest(GetPullRequestRequest request,
AsyncHandler<GetPullRequestRequest,GetPullRequestResponse> handler)
Gets a PullRequest by identifier
|
Modifier and Type | Method and Description |
---|---|
GetPullRequestRequest |
GetPullRequestRequest.Builder.build()
Build the instance of GetPullRequestRequest as configured by this builder
|
GetPullRequestRequest |
GetPullRequestRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetPullRequestRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetPullRequestRequest.Builder |
GetPullRequestRequest.Builder.copy(GetPullRequestRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.