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, 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, getDeployedArtifacts, getDeploymentTime, getId, getName, getPersistentState, getResource, getResources, isNew, isValidatingSchema, setDeploymentTime, setId, setName, setNew, setResources, setValidatingSchema
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDeploymentTime, getId, getName
protected int instances
protected int failedJobs
protected List<IncidentStatistics> incidentStatistics
public int getInstances()
DeploymentStatistics
getInstances
in interface DeploymentStatistics
public void setInstances(int instances)
public int getFailedJobs()
DeploymentStatistics
getFailedJobs
in interface DeploymentStatistics
public void setFailedJobs(int failedJobs)
public List<IncidentStatistics> getIncidentStatistics()
DeploymentStatistics
getIncidentStatistics
in interface DeploymentStatistics
public void setIncidentStatistics(List<IncidentStatistics> incidentStatistics)
public String toString()
toString
in class DeploymentEntity
Copyright © 2015. All rights reserved.