Interface ReviewResult

All Known Implementing Classes:
FileReviewResult

public interface ReviewResult
Interface for results of reviews.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines if the approval should be reapplied.
  • Method Details

    • needsReapproval

      boolean needsReapproval()
      Determines if the approval should be reapplied.

      Usually that means that approved value was changed during the review.

      Returns:
      true, if the approval should be reapplied