Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static PullRequest.Builder |
PullRequest.builder()
Create a new builder.
|
PullRequest.Builder |
PullRequest.Builder.compartmentId(String compartmentId)
Compartment Identifier
|
PullRequest.Builder |
PullRequest.Builder.copy(PullRequest model) |
PullRequest.Builder |
PullRequest.Builder.createdBy(PrincipalDetails createdBy) |
PullRequest.Builder |
PullRequest.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
PullRequest.Builder |
PullRequest.Builder.description(String description)
Details of the pull request.
|
PullRequest.Builder |
PullRequest.Builder.destinationBranch(String destinationBranch)
The destination branch against which the changes are to be reviewed.
|
PullRequest.Builder |
PullRequest.Builder.displayName(String displayName)
PullRequest title, can be renamed
|
PullRequest.Builder |
PullRequest.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
PullRequest.Builder |
PullRequest.Builder.id(String id)
Unique identifier that is immutable on creation
|
PullRequest.Builder |
PullRequest.Builder.lifecycleDetails(PullRequest.LifecycleDetails lifecycleDetails)
The status of the Pull Request.
|
PullRequest.Builder |
PullRequest.Builder.lifecycleState(PullRequest.LifecycleState lifecycleState)
The current state of the PullRequest.
|
PullRequest.Builder |
PullRequest.Builder.mergeBaseCommitIdAtTermination(String mergeBaseCommitIdAtTermination)
The merge base commit ID when the Pull Request status was last changed to merged or
closed
|
PullRequest.Builder |
PullRequest.Builder.mergeChecks(MergeCheckCollection mergeChecks) |
PullRequest.Builder |
PullRequest.Builder.mergedBy(PrincipalDetails mergedBy) |
PullRequest.Builder |
PullRequest.Builder.repositoryId(String repositoryId)
DevOps Repository Identifier tells which repository this pull request belongs to
|
PullRequest.Builder |
PullRequest.Builder.reviewers(List<Reviewer> reviewers)
List of Reviewers.
|
PullRequest.Builder |
PullRequest.Builder.sourceBranch(String sourceBranch)
The source branch which contains the changes to be reviewed.
|
PullRequest.Builder |
PullRequest.Builder.sourceCommitIdAtTermination(String sourceCommitIdAtTermination)
The source branch commit ID when the Pull Request status was last changed to merged or
closed
|
PullRequest.Builder |
PullRequest.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.
|
PullRequest.Builder |
PullRequest.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
PullRequest.Builder |
PullRequest.Builder.timeCreated(Date timeCreated)
The time the PullRequest was created.
|
PullRequest.Builder |
PullRequest.Builder.timeUpdated(Date timeUpdated)
The time the PullRequest was updated.
|
PullRequest.Builder |
PullRequest.toBuilder() |
PullRequest.Builder |
PullRequest.Builder.totalComments(Integer totalComments)
The total number of comments on the pull request.
|
PullRequest.Builder |
PullRequest.Builder.totalReviewers(Integer totalReviewers)
The total number of reviewers on the pull request.
|
Copyright © 2016–2024. All rights reserved.