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