Class FeaturesBatchSummary

java.lang.Object
org.verapdf.processor.reports.AbstractBatchJobSummary
org.verapdf.processor.reports.FeaturesBatchSummary
All Implemented Interfaces:
BatchJobSummary

public final class FeaturesBatchSummary extends AbstractBatchJobSummary
Version:
0.1 Created 18 Apr 2017:21:43:38
Author:
Carl Wilson carlwilson AT github
  • Method Details

    • getFailedJobCount

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
      See Also:
    • defaultInstance

      public static FeaturesBatchSummary defaultInstance()
    • fromValues

      public static FeaturesBatchSummary fromValues(int totalJobs, int failedJobs)