| Package | Description |
|---|---|
| com.atlassian.confluence.internal.health | |
| com.atlassian.confluence.setup.johnson |
| Modifier and Type | Method and Description |
|---|---|
static JohnsonEventType |
JohnsonEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JohnsonEventType[] |
JohnsonEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static JohnsonEventType |
JohnsonEventType.withName(String eventName)
Returns the enum value with the given event name.
|
| Modifier and Type | Method and Description |
|---|---|
static Predicate<com.atlassian.johnson.event.Event> |
JohnsonEventPredicates.hasType(JohnsonEventType eventType)
Returns a predicate that checks whether the event has exactly the given type.
|
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.johnson.event.Event |
JohnsonUtils.raiseJohnsonEvent(JohnsonEventType eventType,
String eventDescription,
String exception,
JohnsonEventLevel eventLevel)
Raises an
Event with the given properties in the currently initialised Johnson container. |
static com.atlassian.johnson.event.Event |
JohnsonUtils.raiseJohnsonEventRequiringTranslation(JohnsonEventType eventType,
String i18nKey,
String exception,
JohnsonEventLevel eventLevel)
Raises an
Event whose description requires translation in the currently initialised Johnson container. |
Copyright © 2003–2019 Atlassian. All rights reserved.