public final class HealthCheckAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CAUSE_KEY
Checks which send analytics can provide a short cause which is analytics safe, i.e.
|
static String |
CHECK_ID_KEY
Checks that wish to have analytics events raised (e.g.
|
static String |
EVENT_ID_KEY
The unique ID of an individual Johnson event arising from a HealthCheck.
|
static String |
HELP_URL_KEY
Checks that wish to provide a help link to public-facing documentation should
set this attribute to the relevant URL on the Johnson event that they return.
|
static String |
I18N_KEY_ATTRIBUTE
The name of the attribute under which the i18N key to be used is stored for Johnson events where the description
requires translation prior to display.
|
static String |
JOHNSON_UI_VERSION
The Johnson event attribute that if present specifies what version of the
Johnson UI is meant to display the events returned by this executor.
|
static String |
MODERN_JOHNSON
The value of the
JOHNSON_UI_VERSION attribute that indicates
events are to be displayed in the "modern Johnson" UI added for CONFSRVDEV-2798. |
public static final String CHECK_ID_KEY
public static final String EVENT_ID_KEY
public static final String HELP_URL_KEY
public static final String CAUSE_KEY
public static final String JOHNSON_UI_VERSION
Event.getAttribute(Object)
,
Constant Field Valuespublic static final String MODERN_JOHNSON
JOHNSON_UI_VERSION
attribute that indicates
events are to be displayed in the "modern Johnson" UI added for CONFSRVDEV-2798.Event.getAttribute(Object)
,
Constant Field Valuespublic static final String I18N_KEY_ATTRIBUTE
Event.getAttribute(Object)
,
Constant Field ValuesCopyright © 2003–2017 Atlassian. All rights reserved.