Uses of Class
com.oracle.bmc.devops.model.UpdateReviewerDetails
-
Packages that use UpdateReviewerDetails Package Description com.oracle.bmc.devops.model -
-
Uses of UpdateReviewerDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return UpdateReviewerDetails Modifier and Type Method Description UpdateReviewerDetails
UpdateReviewerDetails.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type UpdateReviewerDetails Modifier and Type Method 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.Methods in com.oracle.bmc.devops.model with parameters of type UpdateReviewerDetails Modifier and Type Method Description UpdateReviewerDetails.Builder
UpdateReviewerDetails.Builder. copy(UpdateReviewerDetails model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type UpdateReviewerDetails Modifier and Type Method 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 parameters in com.oracle.bmc.devops.model with type arguments of type UpdateReviewerDetails Constructor 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.
-