Interface RunStatisticsForAssets.Builder

    • Method Detail

      • added

        RunStatisticsForAssets.Builder added​(Integer added)

        The added statistic for the data source run.

        Parameters:
        added - The added statistic for the data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failed

        RunStatisticsForAssets.Builder failed​(Integer failed)

        The failed statistic for the data source run.

        Parameters:
        failed - The failed statistic for the data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skipped

        RunStatisticsForAssets.Builder skipped​(Integer skipped)

        The skipped statistic for the data source run.

        Parameters:
        skipped - The skipped statistic for the data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unchanged

        RunStatisticsForAssets.Builder unchanged​(Integer unchanged)

        The unchanged statistic for the data source run.

        Parameters:
        unchanged - The unchanged statistic for the data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updated

        RunStatisticsForAssets.Builder updated​(Integer updated)

        The updated statistic for the data source run.

        Parameters:
        updated - The updated statistic for the data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.