Interface StatisticsConfiguration.Builder

    • Method Detail

      • includedStatistics

        StatisticsConfiguration.Builder includedStatistics​(Collection<String> includedStatistics)

        List of included evaluations. When the list is undefined, all supported evaluations will be included.

        Parameters:
        includedStatistics - List of included evaluations. When the list is undefined, all supported evaluations will be included.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includedStatistics

        StatisticsConfiguration.Builder includedStatistics​(String... includedStatistics)

        List of included evaluations. When the list is undefined, all supported evaluations will be included.

        Parameters:
        includedStatistics - List of included evaluations. When the list is undefined, all supported evaluations will be included.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrides

        StatisticsConfiguration.Builder overrides​(StatisticOverride... overrides)

        List of overrides for evaluations.

        Parameters:
        overrides - List of overrides for evaluations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.