| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
Evaluation.clone() |
Evaluation |
EvaluatePullRequestApprovalRulesResult.getEvaluation()
The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names
of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and
whether the pull request approval rule has been set aside by an override.
|
Evaluation |
Evaluation.withApprovalRulesNotSatisfied(Collection<String> approvalRulesNotSatisfied)
The names of the approval rules that have not had their conditions met.
|
Evaluation |
Evaluation.withApprovalRulesNotSatisfied(String... approvalRulesNotSatisfied)
The names of the approval rules that have not had their conditions met.
|
Evaluation |
Evaluation.withApprovalRulesSatisfied(Collection<String> approvalRulesSatisfied)
The names of the approval rules that have had their conditions met.
|
Evaluation |
Evaluation.withApprovalRulesSatisfied(String... approvalRulesSatisfied)
The names of the approval rules that have had their conditions met.
|
Evaluation |
Evaluation.withApproved(Boolean approved)
Whether the state of the pull request is approved.
|
Evaluation |
Evaluation.withOverridden(Boolean overridden)
Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatePullRequestApprovalRulesResult.setEvaluation(Evaluation evaluation)
The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names
of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and
whether the pull request approval rule has been set aside by an override.
|
EvaluatePullRequestApprovalRulesResult |
EvaluatePullRequestApprovalRulesResult.withEvaluation(Evaluation evaluation)
The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names
of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and
whether the pull request approval rule has been set aside by an override.
|
Copyright © 2021. All rights reserved.