public interface ActivityStatistics
| Modifier and Type | Method and Description | 
|---|---|
int | 
getFailedJobs()
The number of all failed jobs for the activity. 
 | 
String | 
getId()
The activity id. 
 | 
List<IncidentStatistics> | 
getIncidentStatistics()
Returns a list of incident statistics. 
 | 
int | 
getInstances()
The number of all instances of the activity. 
 | 
String getId()
int getInstances()
int getFailedJobs()
List<IncidentStatistics> getIncidentStatistics()
Copyright © 2017. All rights reserved.