public interface ActivityStatisticsQuery extends Query<ActivityStatisticsQuery,ActivityStatistics>
| Modifier and Type | Method and Description | 
|---|---|
ActivityStatisticsQuery | 
includeFailedJobs()
Include an aggregation of failed jobs in the result. 
 | 
ActivityStatisticsQuery | 
includeIncidents()
Include an aggregation of incidents in the result. 
 | 
ActivityStatisticsQuery | 
includeIncidentsForType(String incidentType)
Include an aggregation of incidents of the assigned incidentType in the result. 
 | 
ActivityStatisticsQuery includeFailedJobs()
ActivityStatisticsQuery includeIncidents()
ActivityStatisticsQuery includeIncidentsForType(String incidentType)
Copyright © 2017. All rights reserved.