Class SetTimerJobRetriesCmd
- java.lang.Object
-
- org.flowable.job.service.impl.cmd.SetTimerJobRetriesCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SetTimerJobRetriesCmd extends Object implements Command<Void>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringjobIdprotected JobServiceConfigurationjobServiceConfigurationprotected intretries
-
Constructor Summary
Constructors Constructor Description SetTimerJobRetriesCmd(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Field Detail
-
jobId
protected final String jobId
-
retries
protected final int retries
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
-
Constructor Detail
-
SetTimerJobRetriesCmd
public SetTimerJobRetriesCmd(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-