Interface EvaluatePullRequestApprovalRulesResponse.Builder

    • Method Detail

      • evaluation

        EvaluatePullRequestApprovalRulesResponse.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.