public static interface Evaluation.Builder extends SdkPojo, CopyableBuilder<Evaluation.Builder,Evaluation>
| Modifier and Type | Method and Description |
|---|---|
Evaluation.Builder |
approvalRulesNotSatisfied(Collection<String> approvalRulesNotSatisfied)
The names of the approval rules that have not had their conditions met.
|
Evaluation.Builder |
approvalRulesNotSatisfied(String... approvalRulesNotSatisfied)
The names of the approval rules that have not had their conditions met.
|
Evaluation.Builder |
approvalRulesSatisfied(Collection<String> approvalRulesSatisfied)
The names of the approval rules that have had their conditions met.
|
Evaluation.Builder |
approvalRulesSatisfied(String... approvalRulesSatisfied)
The names of the approval rules that have had their conditions met.
|
Evaluation.Builder |
approved(Boolean approved)
Whether the state of the pull request is approved.
|
Evaluation.Builder |
overridden(Boolean overridden)
Whether the approval rule requirements for the pull request have been overridden and no longer need to be
met.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluation.Builder approved(Boolean approved)
Whether the state of the pull request is approved.
approved - Whether the state of the pull request is approved.Evaluation.Builder overridden(Boolean overridden)
Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.
overridden - Whether the approval rule requirements for the pull request have been overridden and no longer need to
be met.Evaluation.Builder approvalRulesSatisfied(Collection<String> approvalRulesSatisfied)
The names of the approval rules that have had their conditions met.
approvalRulesSatisfied - The names of the approval rules that have had their conditions met.Evaluation.Builder approvalRulesSatisfied(String... approvalRulesSatisfied)
The names of the approval rules that have had their conditions met.
approvalRulesSatisfied - The names of the approval rules that have had their conditions met.Evaluation.Builder approvalRulesNotSatisfied(Collection<String> approvalRulesNotSatisfied)
The names of the approval rules that have not had their conditions met.
approvalRulesNotSatisfied - The names of the approval rules that have not had their conditions met.Evaluation.Builder approvalRulesNotSatisfied(String... approvalRulesNotSatisfied)
The names of the approval rules that have not had their conditions met.
approvalRulesNotSatisfied - The names of the approval rules that have not had their conditions met.Copyright © 2023. All rights reserved.