static PullRequestSummary.Builder |
PullRequestSummary.builder() |
Create a new builder.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.compartmentId(String compartmentId) |
Compartment Identifier
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.copy(PullRequestSummary model) |
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.createdBy(PrincipalDetails createdBy) |
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.description(String description) |
Details of the pull request.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.destinationBranch(String destinationBranch) |
The destination branch against which the changes are to be reviewed.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.displayName(String displayName) |
Pull Request title, can be renamed
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.id(String id) |
Unique identifier that is immutable on creation
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.lifecycleDetails(PullRequest.LifecycleDetails lifecycleDetails) |
The status of the Pull Request.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.lifecycleState(PullRequest.LifecycleState lifecycleState) |
The current state of the Pull Request.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.mergeBaseCommitIdAtTermination(String mergeBaseCommitIdAtTermination) |
The merge base commit ID when the Pull Request status was last changed to merged or
closed
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.repositoryId(String repositoryId) |
DevOps Repository Identifier
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.sourceBranch(String sourceBranch) |
The review branch which contains the changes to be reviewed.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.sourceCommitIdAtTermination(String sourceCommitIdAtTermination) |
The source branch commit ID when the Pull Request status was last changed to merged or
closed
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.sourceRepositoryId(String sourceRepositoryId) |
The OCID of the forked repository that will act as the source of the changes to be
included in the pull request against the parent repository.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Usage of system tag keys.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.timeCreated(Date timeCreated) |
The time the the Pull Request was created.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.timeUpdated(Date timeUpdated) |
The time the Pull Request was updated.
|
PullRequestSummary.Builder |
PullRequestSummary.toBuilder() |
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.totalComments(Integer totalComments) |
The total number of comments on the pull request.
|
PullRequestSummary.Builder |
PullRequestSummary.Builder.totalReviewers(Integer totalReviewers) |
The total number of reviewers on the pull request.
|