Uses of Class
org.graylog.scheduler.JobTriggerUpdate
Packages that use JobTriggerUpdate
Package
Description
-
Uses of JobTriggerUpdate in org.graylog.events.notifications
Methods in org.graylog.events.notifications that return JobTriggerUpdate -
Uses of JobTriggerUpdate in org.graylog.events.processor
Methods in org.graylog.events.processor that return JobTriggerUpdate -
Uses of JobTriggerUpdate in org.graylog.scheduler
Methods in org.graylog.scheduler that return JobTriggerUpdateModifier and TypeMethodDescriptionabstract JobTriggerUpdateJobTriggerUpdate.Builder.build()Job.execute(JobExecutionContext ctx) Called by the scheduler when a trigger fires to execute the job.JobExecutionException.getUpdate()Returns the trigger update that should be stored in the database.Returns a job trigger update that instructs the scheduler to execute the trigger again in the future after the given duration.JobTriggerUpdates.scheduleNextExecution()Returns a job trigger update that instructs the scheduler to execute the trigger again based on its schedule configuration.JobTriggerUpdates.scheduleNextExecution(JobTriggerData data) Returns a job trigger update that instructs the scheduler to execute the trigger again based on its schedule configuration.static JobTriggerUpdateJobTriggerUpdate.withError(JobTriggerDto trigger) static JobTriggerUpdateJobTriggerUpdate.withNextTime(org.joda.time.DateTime nextTime) static JobTriggerUpdateJobTriggerUpdate.withNextTimeAndData(org.joda.time.DateTime nextTime, JobTriggerData data) static JobTriggerUpdateJobTriggerUpdate.withoutNextTime()Create job trigger update without next time.static JobTriggerUpdateJobTriggerUpdate.withStatusAndNoNextTime(JobTriggerStatus status) Methods in org.graylog.scheduler with parameters of type JobTriggerUpdateModifier and TypeMethodDescriptionbooleanDBJobTriggerService.releaseTrigger(JobTriggerDto trigger, JobTriggerUpdate triggerUpdate) Releases a locked trigger.Constructors in org.graylog.scheduler with parameters of type JobTriggerUpdateModifierConstructorDescriptionJobExecutionException(String message, JobTriggerDto trigger, JobTriggerUpdate update) JobExecutionException(String message, JobTriggerDto trigger, JobTriggerUpdate update, Throwable cause)