Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
GetRepoFileDiffResponse |
Devops.getRepoFileDiff(GetRepoFileDiffRequest request)
Gets the line-by-line difference between file on different commits.
|
GetRepoFileDiffResponse |
DevopsClient.getRepoFileDiff(GetRepoFileDiffRequest request) |
Future<GetRepoFileDiffResponse> |
DevopsAsyncClient.getRepoFileDiff(GetRepoFileDiffRequest request,
AsyncHandler<GetRepoFileDiffRequest,GetRepoFileDiffResponse> handler) |
Future<GetRepoFileDiffResponse> |
DevopsAsync.getRepoFileDiff(GetRepoFileDiffRequest request,
AsyncHandler<GetRepoFileDiffRequest,GetRepoFileDiffResponse> handler)
Gets the line-by-line difference between file on different commits.
|
Modifier and Type | Method and Description |
---|---|
Future<GetRepoFileDiffResponse> |
DevopsAsyncClient.getRepoFileDiff(GetRepoFileDiffRequest request,
AsyncHandler<GetRepoFileDiffRequest,GetRepoFileDiffResponse> handler) |
Future<GetRepoFileDiffResponse> |
DevopsAsync.getRepoFileDiff(GetRepoFileDiffRequest request,
AsyncHandler<GetRepoFileDiffRequest,GetRepoFileDiffResponse> handler)
Gets the line-by-line difference between file on different commits.
|
Modifier and Type | Method and Description |
---|---|
GetRepoFileDiffRequest |
GetRepoFileDiffRequest.Builder.build()
Build the instance of GetRepoFileDiffRequest as configured by this builder
|
GetRepoFileDiffRequest |
GetRepoFileDiffRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetRepoFileDiffRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.copy(GetRepoFileDiffRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.