Uses of Class
com.oracle.bmc.devops.requests.GetPullRequestRequest
-
Packages that use GetPullRequestRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetPullRequestRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type GetPullRequestRequest Modifier and Type Method Description Waiter<GetPullRequestRequest,GetPullRequestResponse>
DevopsWaiters. forPullRequest(GetPullRequestRequest request, PullRequest.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPullRequestRequest,GetPullRequestResponse>
DevopsWaiters. forPullRequest(GetPullRequestRequest request, PullRequest.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPullRequestRequest,GetPullRequestResponse>
DevopsWaiters. forPullRequest(GetPullRequestRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PullRequest.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.devops with type arguments of type GetPullRequestRequest Modifier and Type Method Description Future<GetPullRequestResponse>
DevopsAsync. getPullRequest(GetPullRequestRequest request, AsyncHandler<GetPullRequestRequest,GetPullRequestResponse> handler)
Gets a PullRequest by identifierFuture<GetPullRequestResponse>
DevopsAsyncClient. getPullRequest(GetPullRequestRequest request, AsyncHandler<GetPullRequestRequest,GetPullRequestResponse> handler)
-
Uses of GetPullRequestRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetPullRequestRequest Modifier and Type Method Description GetPullRequestRequest
GetPullRequestRequest.Builder. build()
Build the instance of GetPullRequestRequest as configured by this builderGetPullRequestRequest
GetPullRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPullRequestRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetPullRequestRequest Modifier and Type Method Description GetPullRequestRequest.Builder
GetPullRequestRequest.Builder. copy(GetPullRequestRequest o)
Copy method to populate the builder with values from the given instance.
-