Class SetJobRetriesCmd

    • Constructor Detail

      • SetJobRetriesCmd

        public SetJobRetriesCmd​(String jobId,
                                String jobDefinitionId,
                                int retries,
                                Date dueDate,
                                boolean isDueDateSet)
      • SetJobRetriesCmd

        public SetJobRetriesCmd​(List<String> jobIds,
                                int retries,
                                Date dueDate,
                                boolean isDueDateSet)
    • Method Detail

      • setJobRetriesByJobId

        protected void setJobRetriesByJobId​(String jobId,
                                            CommandContext commandContext)
      • setJobRetriesByJobDefinitionId

        protected void setJobRetriesByJobDefinitionId​(CommandContext commandContext)
      • getLogEntryOperation

        protected String getLogEntryOperation()