Package org.verapdf.processor.reports
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 Summary
Modifier and TypeMethodDescriptionintGets number of failed jobs.intGets number of successful jobs.intGets total number of validation jobs.
-
Method Details
-
getFailedJobCount
int getFailedJobCount()Gets number of failed jobs.- Returns:
- the number of jobs that failed to execute due to an exception.
-
getTotalJobCount
int getTotalJobCount()Gets total number of validation jobs.- Returns:
- the total number of validation jobs in the batch.
-
getSuccessfulJobCount
int getSuccessfulJobCount()Gets number of successful jobs.- Returns:
- the number of successful jobs
-