| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Evaluation.Builder |
Evaluation.Builder.approvalRulesNotSatisfied(Collection<String> approvalRulesNotSatisfied)
The names of the approval rules that have not had their conditions met.
|
Evaluation.Builder |
Evaluation.Builder.approvalRulesNotSatisfied(String... approvalRulesNotSatisfied)
The names of the approval rules that have not had their conditions met.
|
Evaluation.Builder |
Evaluation.Builder.approvalRulesSatisfied(Collection<String> approvalRulesSatisfied)
The names of the approval rules that have had their conditions met.
|
Evaluation.Builder |
Evaluation.Builder.approvalRulesSatisfied(String... approvalRulesSatisfied)
The names of the approval rules that have had their conditions met.
|
Evaluation.Builder |
Evaluation.Builder.approved(Boolean approved)
Whether the state of the pull request is approved.
|
static Evaluation.Builder |
Evaluation.builder() |
Evaluation.Builder |
Evaluation.Builder.overridden(Boolean overridden)
Whether the approval rule requirements for the pull request have been overridden and no longer need to be
met.
|
Evaluation.Builder |
Evaluation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Evaluation.Builder> |
Evaluation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EvaluatePullRequestApprovalRulesResponse.Builder |
EvaluatePullRequestApprovalRulesResponse.Builder.evaluation(Consumer<Evaluation.Builder> 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 © 2020. All rights reserved.