Uses of Class
com.oracle.bmc.devops.requests.CreateOrUpdateProtectedBranchRequest
-
Packages that use CreateOrUpdateProtectedBranchRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of CreateOrUpdateProtectedBranchRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type CreateOrUpdateProtectedBranchRequest Modifier and Type Method Description CreateOrUpdateProtectedBranchResponse
Devops. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request)
Creates a restriction on a branch that prevents certain actions on it.Future<CreateOrUpdateProtectedBranchResponse>
DevopsAsync. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request, AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
Creates a restriction on a branch that prevents certain actions on it.Future<CreateOrUpdateProtectedBranchResponse>
DevopsAsyncClient. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request, AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
CreateOrUpdateProtectedBranchResponse
DevopsClient. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type CreateOrUpdateProtectedBranchRequest Modifier and Type Method Description Future<CreateOrUpdateProtectedBranchResponse>
DevopsAsync. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request, AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
Creates a restriction on a branch that prevents certain actions on it.Future<CreateOrUpdateProtectedBranchResponse>
DevopsAsyncClient. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request, AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
-
Uses of CreateOrUpdateProtectedBranchRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreateOrUpdateProtectedBranchRequest Modifier and Type Method Description CreateOrUpdateProtectedBranchRequest
CreateOrUpdateProtectedBranchRequest.Builder. build()
Build the instance of CreateOrUpdateProtectedBranchRequest as configured by this builderCreateOrUpdateProtectedBranchRequest
CreateOrUpdateProtectedBranchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOrUpdateProtectedBranchRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type CreateOrUpdateProtectedBranchRequest Modifier and Type Method Description CreateOrUpdateProtectedBranchRequest.Builder
CreateOrUpdateProtectedBranchRequest.Builder. copy(CreateOrUpdateProtectedBranchRequest o)
Copy method to populate the builder with values from the given instance.
-