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
FieldsFields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
batchId, failIfNotExists, idMappings, ids - 
Constructor Summary
ConstructorsConstructorDescriptionSetRetriesBatchConfiguration(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)  
 -