Interface StatusCounts.Builder

    • Method Detail

      • failed

        StatusCounts.Builder failed​(Integer failed)

        The number of checks that failed.

        Parameters:
        failed - The number of checks that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • passed

        StatusCounts.Builder passed​(Integer passed)

        The number of checks that passed.

        Parameters:
        passed - The number of checks that passed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skipped

        StatusCounts.Builder skipped​(Integer skipped)

        The number of checks that were skipped.

        Parameters:
        skipped - The number of checks that were skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.