Interface FindingMetricsValuePerSeverity.Builder

    • Method Detail

      • critical

        FindingMetricsValuePerSeverity.Builder critical​(Double critical)

        The severity of the finding is critical and should be addressed immediately.

        Parameters:
        critical - The severity of the finding is critical and should be addressed immediately.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • high

        FindingMetricsValuePerSeverity.Builder high​(Double high)

        The severity of the finding is high and should be addressed as a near-term priority.

        Parameters:
        high - The severity of the finding is high and should be addressed as a near-term priority.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • info

        FindingMetricsValuePerSeverity.Builder info​(Double info)

        The finding is related to quality or readability improvements and not considered actionable.

        Parameters:
        info - The finding is related to quality or readability improvements and not considered actionable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • low

        FindingMetricsValuePerSeverity.Builder low​(Double low)

        The severity of the finding is low and does require action on its own.

        Parameters:
        low - The severity of the finding is low and does require action on its own.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • medium

        FindingMetricsValuePerSeverity.Builder medium​(Double medium)

        The severity of the finding is medium and should be addressed as a mid-term priority.

        Parameters:
        medium - The severity of the finding is medium and should be addressed as a mid-term priority.
        Returns:
        Returns a reference to this object so that method calls can be chained together.