Interface BatchJobSummary

All Known Subinterfaces:
ValidationBatchSummary
All Known Implementing Classes:
AbstractBatchJobSummary, FeaturesBatchSummary, MetadataRepairBatchSummary

public interface BatchJobSummary
Version:
0.1 Created 18 Apr 2017:18:24:01
Author:
Carl Wilson carlwilson AT github
  • Method Details

    • 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()