Class BatchStatisticsDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.batch.BatchDto
org.camunda.bpm.engine.rest.dto.batch.BatchStatisticsDto
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected int
Fields inherited from class org.camunda.bpm.engine.rest.dto.batch.BatchDto
batchJobDefinitionId, batchJobsPerSeed, createUserId, executionStartTime, id, invocationsPerBatchJob, jobsCreated, monitorJobDefinitionId, seedJobDefinitionId, startTime, suspended, tenantId, totalJobs, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BatchStatisticsDto
fromBatchStatistics
(BatchStatistics batchStatistics) int
int
int
Methods inherited from class org.camunda.bpm.engine.rest.dto.batch.BatchDto
fromBatch, getBatchJobDefinitionId, getBatchJobsPerSeed, getCreateUserId, getExecutionStartTime, getId, getInvocationsPerBatchJob, getJobsCreated, getMonitorJobDefinitionId, getSeedJobDefinitionId, getStartTime, getTenantId, getTotalJobs, getType, isSuspended, setExecutionStartTime, setStartTime
-
Field Details
-
remainingJobs
protected int remainingJobs -
completedJobs
protected int completedJobs -
failedJobs
protected int failedJobs
-
-
Constructor Details
-
BatchStatisticsDto
public BatchStatisticsDto()
-
-
Method Details
-
getRemainingJobs
public int getRemainingJobs() -
getCompletedJobs
public int getCompletedJobs() -
getFailedJobs
public int getFailedJobs() -
fromBatchStatistics
-