Class SetJobRetriesBuilderImpl

java.lang.Object
org.camunda.bpm.engine.impl.management.SetJobRetriesBuilderImpl
All Implemented Interfaces:
SetJobRetriesBuilder

public class SetJobRetriesBuilderImpl extends Object implements SetJobRetriesBuilder
  • Field Details

    • LOG

      protected static final CommandLogger LOG
    • commandExecutor

      protected final CommandExecutor commandExecutor
    • jobId

      protected String jobId
    • jobIds

      protected List<String> jobIds
    • jobDefinitionId

      protected String jobDefinitionId
    • retries

      protected Integer retries
    • dueDate

      protected Date dueDate
    • isDueDateSet

      protected boolean isDueDateSet
  • Constructor Details

    • SetJobRetriesBuilderImpl

      public SetJobRetriesBuilderImpl(CommandExecutor commandExecutor, int retries)
  • Method Details