Interface FailureSummary.Builder

    • Method Detail

      • totalFailureCount

        FailureSummary.Builder totalFailureCount​(Integer totalFailureCount)

        The total number of failures.

        Parameters:
        totalFailureCount - The total number of failures.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failures

        FailureSummary.Builder failures​(Collection<WorldFailure> failures)

        The worlds that failed.

        Parameters:
        failures - The worlds that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failures

        FailureSummary.Builder failures​(WorldFailure... failures)

        The worlds that failed.

        Parameters:
        failures - The worlds that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.