Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
CreateOrUpdateProtectedBranchResponse |
Devops.createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request)
Creates a restriction on a branch that prevents certain actions on it.
|
CreateOrUpdateProtectedBranchResponse |
DevopsClient.createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request) |
Future<CreateOrUpdateProtectedBranchResponse> |
DevopsAsyncClient.createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request,
AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler) |
Future<CreateOrUpdateProtectedBranchResponse> |
DevopsAsync.createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request,
AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
Creates a restriction on a branch that prevents certain actions on it.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateOrUpdateProtectedBranchResponse> |
DevopsAsyncClient.createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request,
AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler) |
Future<CreateOrUpdateProtectedBranchResponse> |
DevopsAsync.createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request,
AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
Creates a restriction on a branch that prevents certain actions on it.
|
Modifier and Type | Method and Description |
---|---|
CreateOrUpdateProtectedBranchRequest |
CreateOrUpdateProtectedBranchRequest.Builder.build()
Build the instance of CreateOrUpdateProtectedBranchRequest as configured by this builder
|
CreateOrUpdateProtectedBranchRequest |
CreateOrUpdateProtectedBranchRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateOrUpdateProtectedBranchRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateOrUpdateProtectedBranchRequest.Builder |
CreateOrUpdateProtectedBranchRequest.Builder.copy(CreateOrUpdateProtectedBranchRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.