Class SetRetriesBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.batch.SetRetriesBatchConfiguration
- Direct Known Subclasses:
SetJobRetriesBatchConfiguration
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
batchId, failIfNotExists, idMappings, ids
-
Constructor Summary
ConstructorDescriptionSetRetriesBatchConfiguration
(List<String> ids, int retries) SetRetriesBatchConfiguration
(List<String> ids, DeploymentMappings mappings, int retries) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
-
Field Details
-
retries
protected int retries
-
-
Constructor Details
-
SetRetriesBatchConfiguration
-
SetRetriesBatchConfiguration
-
-
Method Details
-
getRetries
public int getRetries() -
setRetries
public void setRetries(int retries)
-