Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
UpdateReviewerDetails |
UpdateReviewerDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<UpdateReviewerDetails> |
UpdateApprovalRuleDetails.getReviewers()
List of users who must provide approvals up to the minApprovalsCount specified in the rule.
|
List<UpdateReviewerDetails> |
UpdatePullRequestDetails.getReviewers()
Reviewers for this Review.
|
Modifier and Type | Method and Description |
---|---|
UpdateReviewerDetails.Builder |
UpdateReviewerDetails.Builder.copy(UpdateReviewerDetails model) |
Modifier and Type | Method and Description |
---|---|
UpdateApprovalRuleDetails.Builder |
UpdateApprovalRuleDetails.Builder.reviewers(List<UpdateReviewerDetails> reviewers)
List of users who must provide approvals up to the minApprovalsCount specified in the
rule.
|
UpdatePullRequestDetails.Builder |
UpdatePullRequestDetails.Builder.reviewers(List<UpdateReviewerDetails> reviewers)
Reviewers for this Review.
|
Constructor and Description |
---|
UpdateApprovalRuleDetails(String name,
String destinationBranch,
List<UpdateReviewerDetails> reviewers,
Integer minApprovalsCount)
Deprecated.
|
UpdatePullRequestDetails(String displayName,
String description,
String destinationBranch,
List<UpdateReviewerDetails> reviewers,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.