public interface AlertCondition
Modifier and Type | Interface and Description |
---|---|
static interface |
AlertCondition.CheckResult |
static interface |
AlertCondition.Config |
static class |
AlertCondition.Descriptor |
static interface |
AlertCondition.Factory |
Modifier and Type | Method and Description |
---|---|
Integer |
getBacklog() |
org.joda.time.DateTime |
getCreatedAt() |
String |
getCreatorUserId() |
String |
getDescription() |
int |
getGrace() |
String |
getId() |
Map<String,Object> |
getParameters() |
Stream |
getStream() |
String |
getTitle() |
String |
getType() |
AlertCondition.CheckResult |
runCheck() |
boolean |
shouldRepeatNotifications() |
String getDescription()
String getId()
org.joda.time.DateTime getCreatedAt()
String getCreatorUserId()
Stream getStream()
Integer getBacklog()
int getGrace()
String getType()
String getTitle()
boolean shouldRepeatNotifications()
AlertCondition.CheckResult runCheck()
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.