Interface BatchJobSummary

    • Method Detail

      • getFailedJobCount

        int getFailedJobCount()
        Returns:
        the number of jobs that failed to execute due to an exception.
      • getTotalJobCount

        int getTotalJobCount()
        Returns:
        the total number of validation jobs in the batch.
      • getSuccessfulJobCount

        int getSuccessfulJobCount()