Interface ActivityStatisticsQuery

All Superinterfaces:
Query<ActivityStatisticsQuery,ActivityStatistics>
All Known Implementing Classes:
ActivityStatisticsQueryImpl

public interface ActivityStatisticsQuery extends Query<ActivityStatisticsQuery,ActivityStatistics>
  • Method Details Link icon

    • includeFailedJobs Link icon

      ActivityStatisticsQuery includeFailedJobs()
      Include an aggregation of failed jobs in the result.
    • includeIncidents Link icon

      ActivityStatisticsQuery includeIncidents()
      Include an aggregation of incidents in the result.
    • includeIncidentsForType Link icon

      ActivityStatisticsQuery includeIncidentsForType(String incidentType)
      Include an aggregation of incidents of the assigned incidentType in the result.