Uses of Class
org.graylog.scheduler.JobExecutionContext
Packages that use JobExecutionContext
Package
Description
-
Uses of JobExecutionContext in org.graylog.events.notifications
Methods in org.graylog.events.notifications with parameters of type JobExecutionContext -
Uses of JobExecutionContext in org.graylog.events.processor
Methods in org.graylog.events.processor with parameters of type JobExecutionContext -
Uses of JobExecutionContext in org.graylog.scheduler
Methods in org.graylog.scheduler that return JobExecutionContextModifier and TypeMethodDescriptionabstract JobExecutionContextJobExecutionContext.Builder.build()static JobExecutionContextJobExecutionContext.create(JobTriggerDto trigger, JobDefinitionDto definition, JobTriggerUpdates jobTriggerUpdates, AtomicBoolean schedulerIsRunning, DBJobTriggerService jobTriggerService) Methods in org.graylog.scheduler with parameters of type JobExecutionContextModifier and TypeMethodDescriptionJob.execute(JobExecutionContext ctx) Called by the scheduler when a trigger fires to execute the job.