Uses of Class
software.amazon.awssdk.services.codecommit.model.Evaluation
-
Packages that use Evaluation Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Evaluation in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return Evaluation Modifier and Type Method Description EvaluationEvaluatePullRequestApprovalRulesResponse. 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.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type Evaluation Modifier and Type Method Description EvaluatePullRequestApprovalRulesResponse.BuilderEvaluatePullRequestApprovalRulesResponse.Builder. evaluation(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.
-