Package org.verapdf.processor.reports
Class AbstractBatchJobSummary
java.lang.Object
org.verapdf.processor.reports.AbstractBatchJobSummary
- All Implemented Interfaces:
BatchJobSummary
- Direct Known Subclasses:
FeaturesBatchSummary,MetadataRepairBatchSummary
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedAbstractBatchJobSummary(int totalJobs, int failedJobs) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.processor.reports.BatchJobSummary
getFailedJobCount, getTotalJobCount
-
Field Details
-
totalJobs
protected final int totalJobs -
failedJobs
protected final int failedJobs
-
-
Constructor Details
-
AbstractBatchJobSummary
protected AbstractBatchJobSummary() -
AbstractBatchJobSummary
protected AbstractBatchJobSummary(int totalJobs, int failedJobs)
-
-
Method Details
-
getSuccessfulJobCount
public int getSuccessfulJobCount()Description copied from interface:BatchJobSummaryGets number of successful jobs.- Specified by:
getSuccessfulJobCountin interfaceBatchJobSummary- Returns:
- the number of successful jobs
-