| Package | Description |
|---|---|
| org.graylog.events.context | |
| org.graylog.scheduler |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<JobTriggerStatus> |
EventDefinitionContextService.SchedulerCtx.status() |
| Modifier and Type | Method and Description |
|---|---|
abstract JobTriggerStatus |
JobTriggerDto.status() |
static JobTriggerStatus |
JobTriggerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobTriggerStatus[] |
JobTriggerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<JobTriggerStatus> |
JobTriggerUpdate.status() |
| Modifier and Type | Method and Description |
|---|---|
abstract JobTriggerDto.Builder |
JobTriggerDto.Builder.status(JobTriggerStatus status) |
abstract JobTriggerUpdate.Builder |
JobTriggerUpdate.Builder.status(JobTriggerStatus status) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.