public class DeploymentStatisticsEntity extends DeploymentEntity implements DeploymentStatistics
| Modifier and Type | Field and Description | 
|---|---|
| protected int | failedJobs | 
| protected List<IncidentStatistics> | incidentStatistics | 
| protected int | instances | 
deployedArtifacts, deploymentTime, id, isNew, name, resources, source, tenantId, validatingSchema| Constructor and Description | 
|---|
| DeploymentStatisticsEntity() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getFailedJobs()The number of all failed jobs of process instances of definitions contained in this deployment. | 
| List<IncidentStatistics> | getIncidentStatistics()Returns a list of incident statistics. | 
| int | getInstances()The number of all process instances of the process definitions contained in this deployment. | 
| void | setFailedJobs(int failedJobs) | 
| void | setIncidentStatistics(List<IncidentStatistics> incidentStatistics) | 
| void | setInstances(int instances) | 
| String | toString() | 
addDeployedArtifact, addResource, clearResources, getDeployedArtifacts, getDeployedArtifacts, getDeployedCaseDefinitions, getDeployedDecisionDefinitions, getDeployedDecisionRequirementsDefinitions, getDeployedProcessDefinitions, getDeploymentTime, getId, getName, getPersistentState, getResource, getResources, getSource, getTenantId, isNew, isValidatingSchema, removeArtifact, setDeploymentTime, setId, setName, setNew, setResources, setSource, setTenantId, setValidatingSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeploymentTime, getId, getName, getSource, getTenantIdprotected int instances
protected int failedJobs
protected List<IncidentStatistics> incidentStatistics
public int getInstances()
DeploymentStatisticsgetInstances in interface DeploymentStatisticspublic void setInstances(int instances)
public int getFailedJobs()
DeploymentStatisticsgetFailedJobs in interface DeploymentStatisticspublic void setFailedJobs(int failedJobs)
public List<IncidentStatistics> getIncidentStatistics()
DeploymentStatisticsgetIncidentStatistics in interface DeploymentStatisticspublic void setIncidentStatistics(List<IncidentStatistics> incidentStatistics)
public String toString()
toString in class DeploymentEntityCopyright © 2018. All rights reserved.