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