Interface ActivityStatistics

    • Method Detail

      • getId

        java.lang.String getId()
        The activity id.
      • getInstances

        int getInstances()
        The number of all instances of the activity.
      • getFailedJobs

        int getFailedJobs()
        The number of all failed jobs for the activity.
      • getIncidentStatistics

        java.util.List<IncidentStatistics> getIncidentStatistics()
        Returns a list of incident statistics.