Uses of Enum Class
org.graylog.scheduler.JobTriggerStatus
Packages that use JobTriggerStatus
Package
Description
-
Uses of JobTriggerStatus in org.graylog.events.context
Methods in org.graylog.events.context that return types with arguments of type JobTriggerStatusModifier and TypeMethodDescriptionabstract Optional<JobTriggerStatus>EventDefinitionContextService.SchedulerCtx.status() -
Uses of JobTriggerStatus in org.graylog.scheduler
Methods in org.graylog.scheduler that return JobTriggerStatusModifier and TypeMethodDescriptionabstract JobTriggerStatusJobTriggerDto.status()static JobTriggerStatusReturns the enum constant of this class with the specified name.static JobTriggerStatus[]JobTriggerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.scheduler that return types with arguments of type JobTriggerStatusMethods in org.graylog.scheduler with parameters of type JobTriggerStatusModifier and TypeMethodDescriptionabstract JobTriggerDto.BuilderJobTriggerDto.Builder.status(JobTriggerStatus status) abstract JobTriggerUpdate.BuilderJobTriggerUpdate.Builder.status(JobTriggerStatus status) static JobTriggerUpdateJobTriggerUpdate.withStatusAndNoNextTime(JobTriggerStatus status) -
Uses of JobTriggerStatus in org.graylog2.rest.models.system
Methods in org.graylog2.rest.models.system that return JobTriggerStatusMethods in org.graylog2.rest.models.system with parameters of type JobTriggerStatusModifier and TypeMethodDescriptionstatic SystemJobSummarySystemJobSummary.create(String id, String description, String name, String info, String nodeId, org.joda.time.DateTime startedAt, int percentComplete, boolean isCancelable, boolean providesProgress, JobTriggerStatus jobStatus)