Package | Description |
---|---|
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.baseVersion(String baseVersion)
The branch to compare changes against.
|
static GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.builder()
Return a new builder for this request object.
|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.copy(GetRepoFileDiffRequest o)
Copy method to populate the builder with values from the given instance.
|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.filePath(String filePath)
A filter to return only commits that affect any of the specified paths.
|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.isComparisonFromMergeBase(Boolean isComparisonFromMergeBase)
Boolean to indicate whether to use merge base or most recent revision.
|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.repositoryId(String repositoryId)
Unique repository identifier.
|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.Builder.targetVersion(String targetVersion)
The branch where changes are coming from.
|
GetRepoFileDiffRequest.Builder |
GetRepoFileDiffRequest.toBuilder()
Return an instance of
GetRepoFileDiffRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.