Interface ContributorSummary.Builder

  • Method Details

    • warningCount

      ContributorSummary.Builder warningCount(Integer warningCount)

      Number of contributors currently breaching the warning threshold.

      Parameters:
      warningCount - Number of contributors currently breaching the warning threshold.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • criticalCount

      ContributorSummary.Builder criticalCount(Integer criticalCount)

      Number of contributors currently breaching the critical threshold.

      Parameters:
      criticalCount - Number of contributors currently breaching the critical threshold.
      Returns:
      Returns a reference to this object so that method calls can be chained together.