Uses of Class
com.oracle.bmc.devops.requests.CreatePullRequestRequest
-
Packages that use CreatePullRequestRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of CreatePullRequestRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type CreatePullRequestRequest Modifier and Type Method Description CreatePullRequestResponse
Devops. createPullRequest(CreatePullRequestRequest request)
Creates a new PullRequest.Future<CreatePullRequestResponse>
DevopsAsync. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)
Creates a new PullRequest.Future<CreatePullRequestResponse>
DevopsAsyncClient. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)
CreatePullRequestResponse
DevopsClient. createPullRequest(CreatePullRequestRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type CreatePullRequestRequest Modifier and Type Method Description Future<CreatePullRequestResponse>
DevopsAsync. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)
Creates a new PullRequest.Future<CreatePullRequestResponse>
DevopsAsyncClient. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)
-
Uses of CreatePullRequestRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreatePullRequestRequest Modifier and Type Method Description CreatePullRequestRequest
CreatePullRequestRequest.Builder. build()
Build the instance of CreatePullRequestRequest as configured by this builderCreatePullRequestRequest
CreatePullRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePullRequestRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type CreatePullRequestRequest Modifier and Type Method Description CreatePullRequestRequest.Builder
CreatePullRequestRequest.Builder. copy(CreatePullRequestRequest o)
Copy method to populate the builder with values from the given instance.
-