Interface DeploymentStatisticsQuery
- All Superinterfaces:
- Query<DeploymentStatisticsQuery,- DeploymentStatistics> 
- All Known Implementing Classes:
- DeploymentStatisticsQueryImpl
public interface DeploymentStatisticsQuery
extends Query<DeploymentStatisticsQuery,DeploymentStatistics> 
- 
Method SummaryModifier and TypeMethodDescriptionInclude an aggregation of failed jobs in the result.Include an aggregation of incidents in the result.includeIncidentsForType(String incidentType) Include an aggregation of incidents of the assigned incidentType in the result.Methods inherited from interface org.camunda.bpm.engine.query.Queryasc, count, desc, list, listPage, singleResult, unlimitedList
- 
Method Details- 
includeFailedJobsDeploymentStatisticsQuery includeFailedJobs()Include an aggregation of failed jobs in the result.
- 
includeIncidentsDeploymentStatisticsQuery includeIncidents()Include an aggregation of incidents in the result.
- 
includeIncidentsForTypeInclude an aggregation of incidents of the assigned incidentType in the result.
 
-