Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.responses |
Modifier and Type | Method and Description |
---|---|
ListCommitDiffsResponse |
Devops.listCommitDiffs(ListCommitDiffsRequest request)
Compares two revisions and lists the differences.
|
ListCommitDiffsResponse |
DevopsClient.listCommitDiffs(ListCommitDiffsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListCommitDiffsResponse> |
DevopsAsyncClient.listCommitDiffs(ListCommitDiffsRequest request,
AsyncHandler<ListCommitDiffsRequest,ListCommitDiffsResponse> handler) |
Future<ListCommitDiffsResponse> |
DevopsAsync.listCommitDiffs(ListCommitDiffsRequest request,
AsyncHandler<ListCommitDiffsRequest,ListCommitDiffsResponse> handler)
Compares two revisions and lists the differences.
|
Iterable<ListCommitDiffsResponse> |
DevopsPaginators.listCommitDiffsResponseIterator(ListCommitDiffsRequest request)
Creates a new iterable which will iterate over the responses received from the
listCommitDiffs operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListCommitDiffsResponse> |
DevopsAsyncClient.listCommitDiffs(ListCommitDiffsRequest request,
AsyncHandler<ListCommitDiffsRequest,ListCommitDiffsResponse> handler) |
Future<ListCommitDiffsResponse> |
DevopsAsync.listCommitDiffs(ListCommitDiffsRequest request,
AsyncHandler<ListCommitDiffsRequest,ListCommitDiffsResponse> handler)
Compares two revisions and lists the differences.
|
Modifier and Type | Method and Description |
---|---|
ListCommitDiffsResponse |
ListCommitDiffsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListCommitDiffsResponse.Builder |
ListCommitDiffsResponse.Builder.copy(ListCommitDiffsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.