Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
CancelBuildRunResponse |
Devops.cancelBuildRun(CancelBuildRunRequest request)
Cancels the build run based on the build run ID provided in the request.
|
CancelBuildRunResponse |
DevopsClient.cancelBuildRun(CancelBuildRunRequest request) |
Future<CancelBuildRunResponse> |
DevopsAsyncClient.cancelBuildRun(CancelBuildRunRequest request,
AsyncHandler<CancelBuildRunRequest,CancelBuildRunResponse> handler) |
Future<CancelBuildRunResponse> |
DevopsAsync.cancelBuildRun(CancelBuildRunRequest request,
AsyncHandler<CancelBuildRunRequest,CancelBuildRunResponse> handler)
Cancels the build run based on the build run ID provided in the request.
|
Modifier and Type | Method and Description |
---|---|
Future<CancelBuildRunResponse> |
DevopsAsyncClient.cancelBuildRun(CancelBuildRunRequest request,
AsyncHandler<CancelBuildRunRequest,CancelBuildRunResponse> handler) |
Future<CancelBuildRunResponse> |
DevopsAsync.cancelBuildRun(CancelBuildRunRequest request,
AsyncHandler<CancelBuildRunRequest,CancelBuildRunResponse> handler)
Cancels the build run based on the build run ID provided in the request.
|
Modifier and Type | Method and Description |
---|---|
CancelBuildRunRequest |
CancelBuildRunRequest.Builder.build()
Build the instance of CancelBuildRunRequest as configured by this builder
|
CancelBuildRunRequest |
CancelBuildRunRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CancelBuildRunRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CancelBuildRunRequest.Builder |
CancelBuildRunRequest.Builder.copy(CancelBuildRunRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.