@ParametersAreNonnullByDefault public class CustomisedConfigurationsHealthCheck extends HealthCheckTemplate
Modifier and Type | Class and Description |
---|---|
static class |
CustomisedConfigurationsHealthCheck.ConfigCustomisationTemplateContext |
Modifier and Type | Field and Description |
---|---|
static URL |
KB_URL |
BLOCKING_START, CAUSE_KEY, CHECK_ID_KEY, DISMISSIBLE, EVENT_ID_KEY, HELP_URL_KEY, INTERACTIVE_JOHNSON, JOHNSON_UI_VERSION, TEMPLATE_CONTEXT
Constructor and Description |
---|
CustomisedConfigurationsHealthCheck(HealthCheck... prerequisites) |
Modifier and Type | Method and Description |
---|---|
static com.atlassian.johnson.event.Event |
createEvent(Collection<Path> filesWeCanTryToCopy,
Collection<Path> filesWhichCantBeCopied,
String description) |
static com.atlassian.johnson.event.Event |
createEvent(Collection<Path> filesWeCanTryToCopy,
Collection<Path> filesWhichCantBeCopied,
String description,
boolean dismissible) |
static HealthCheckMessageFormatter |
createFormatter(Collection<Path> customisedConfigurations) |
List<HealthCheckResult> |
doPerform() |
protected Set<LifecyclePhase> |
getApplicablePhases() |
isApplicableFor, perform
getPrerequisites
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
public static final URL KB_URL
public CustomisedConfigurationsHealthCheck(HealthCheck... prerequisites)
protected Set<LifecyclePhase> getApplicablePhases()
getApplicablePhases
in class HealthCheckTemplate
public List<HealthCheckResult> doPerform()
doPerform
in class HealthCheckTemplate
public static com.atlassian.johnson.event.Event createEvent(Collection<Path> filesWeCanTryToCopy, Collection<Path> filesWhichCantBeCopied, String description)
public static com.atlassian.johnson.event.Event createEvent(Collection<Path> filesWeCanTryToCopy, Collection<Path> filesWhichCantBeCopied, String description, boolean dismissible)
public static HealthCheckMessageFormatter createFormatter(Collection<Path> customisedConfigurations)
Copyright © 2002-2024 Atlassian. All Rights Reserved.