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.
|
asc, count, desc, list, listPage, singleResult, unlimitedList
ActivityStatisticsQuery includeFailedJobs()
ActivityStatisticsQuery includeIncidents()
ActivityStatisticsQuery includeIncidentsForType(String incidentType)
Copyright © 2019. All rights reserved.