public class ChecklistLauncher extends Object implements JiraLauncher
When JIRA is not valid to start, then the JiraStartupChecklistFilter
will disallow access to JIRA.
JiraStartupChecklist
,
JiraStartupChecklistFilter
Constructor and Description |
---|
ChecklistLauncher(JiraProperties jiraSystemProperties,
JohnsonProvider johnsonProvider) |
Modifier and Type | Method and Description |
---|---|
void |
start()
Called during JIRA "startup".
|
void |
stop()
Called when JIRA is shutting down.
|
public ChecklistLauncher(JiraProperties jiraSystemProperties, JohnsonProvider johnsonProvider)
public void start()
JiraLauncher
The logic for ordering all of this will be handled by the DefaultJiraLauncher.
start
in interface JiraLauncher
DefaultJiraLauncher
public void stop()
JiraLauncher
stop
in interface JiraLauncher
DefaultJiraLauncher
Copyright © 2002-2015 Atlassian. All Rights Reserved.