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