| Package | Description |
|---|---|
| com.atlassian.johnson.config | |
| com.atlassian.johnson.event |
| Modifier and Type | Method and Description |
|---|---|
EventType |
XmlJohnsonConfig.getEventType(String type) |
EventType |
DefaultJohnsonConfig.getEventType(String type)
Always
null. |
EventType |
JohnsonConfig.getEventType(String type) |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.get(String type) |
EventType |
Event.getKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setKey(EventType name) |
static Predicate<Event> |
EventPredicates.type(EventType type)
Matches events which have the specified
type. |
| Constructor and Description |
|---|
Event(EventType key,
String desc) |
Event(EventType key,
String desc,
EventLevel level) |
Event(EventType key,
String desc,
String exception) |
Event(EventType key,
String desc,
String exception,
EventLevel level) |
Copyright © 2018 Atlassian. All rights reserved.