Uses of Class
com.atlassian.confluence.internal.health.JohnsonEventType
-
Packages that use JohnsonEventType Package Description com.atlassian.confluence.impl.health.checks.rules com.atlassian.confluence.internal.health com.atlassian.confluence.setup.johnson -
-
Uses of JohnsonEventType in com.atlassian.confluence.impl.health.checks.rules
Constructors in com.atlassian.confluence.impl.health.checks.rules with parameters of type JohnsonEventType Constructor Description AbstractHealthCheckRule(ErrorMessageProvider errorMessageProvider, URL kbUrl, String failureCause, JohnsonEventType johnsonEventType) -
Uses of JohnsonEventType in com.atlassian.confluence.internal.health
Methods in com.atlassian.confluence.internal.health that return JohnsonEventType Modifier and Type Method Description static JohnsonEventTypeJohnsonEventType. 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 JohnsonEventTypeJohnsonEventType. withName(String eventName)Returns the enum value with the given event name.Methods in com.atlassian.confluence.internal.health with parameters of type JohnsonEventType Modifier and Type Method Description static @NonNull Predicate<com.atlassian.johnson.event.Event>JohnsonEventPredicates. hasType(JohnsonEventType eventType)Returns a predicate that checks whether the event has exactly the given type. -
Uses of JohnsonEventType in com.atlassian.confluence.setup.johnson
Methods in com.atlassian.confluence.setup.johnson with parameters of type JohnsonEventType Modifier and Type Method Description static com.atlassian.johnson.event.EventJohnsonUtils. raiseJohnsonEvent(JohnsonEventType eventType, String eventDescription, @Nullable String exception, JohnsonEventLevel eventLevel)Raises anEventwith the given properties in the currently initialised Johnson container.static com.atlassian.johnson.event.EventJohnsonUtils. raiseJohnsonEventRequiringTranslation(JohnsonEventType eventType, String i18nKey, @Nullable String exception, JohnsonEventLevel eventLevel)Raises anEventwhose description requires translation in the currently initialised Johnson container.
-