Interface | Description |
---|---|
FaultDescription |
Implemented by objects which can describe problems
|
JiraHomePathLocator |
Implementations of this interface will be able to find a configured jira.home directory in one particular way.
|
PluginInfo |
A value object of collected plugin information
|
PluginInfoProvider |
This provides information about the plugins in the system.
|
PluginInfos |
Immutable collection of PluginInfo.
|
StartupCheck |
Represents an individual check to be done on startup.
|
Class | Description |
---|---|
ActiveServicesLauncher |
There are a number of services that should only be started in the active mode, start them here
|
AnalyticsLauncher |
Launcher responsible for generating start and stop analytic events.
|
ApplicationPropertiesJiraHomePathLocator |
JIRA Home path locator that gets the value from the jira-application.properties file and not the database.
|
BootstrapContainerLauncher |
The BootstrapContainerLauncher will bootstrap enough of JIRA during run level 0.
|
BootstrapLocaleResolver | |
CacheWarmerLauncher |
Warm up caches, async in the scheduler by default, but it can be done synchronously by setting a sysprop.
|
ChecklistLauncher |
Listens to Web application startup and shutdown events to check that JIRA is valid to startup, and do whatever clean
up may be required on shutdown.
|
ClusteringLauncher |
Sets up clustered services as appropriate, starts upgrade services and scheduler as needed
|
ClusterNodeVersionCheckLauncher |
Verifies versions in cluster depending on cluster state.
|
ComponentContainerLauncher |
The ComponentContainerLauncher will launch PICO to creates its container of components.
|
CompositeJiraHomePathLocator | |
DatabaseChecklistLauncher |
Launcher for the
JiraDatabaseConfigChecklist . |
DatabaseInitialImporter |
Loads a startup set ot data into the JIRA database
|
DatabaseLauncher |
Configures the JIRA database by configuring transactions and setting up HSQL connection hacks.
|
DefaultJiraLauncher |
This implementation of JiraLauncher contains all of the smarts of what to start in which order to ensure that JIRA
starts properly.
|
EmbeddedDatabaseServerLauncher | |
FailedPluginsLauncher |
Called at the end of JITA to report on what plugins have failed to load
|
FailedStartupCheck |
Represents a generic failed StartupCheck.
|
FlushStaleReindexLauncher | |
FormattedLogMsg |
This class will allow a series of messages to be formated/indented into the one log4j ouput.
|
ImageIOProviderScannerLauncher |
ImageIO launcher pre-loads image service providers making the classes available to plugins via VM global.
|
IndexRecoveryLauncher |
This class will check for the index and perform minor repairs if required.
|
JiraDatabaseConfigChecklist |
Represents the set of sanity checks that must be done as soon as database config is known.
|
JiraHomeLocator | |
JiraHomeLocator.SystemJiraHome | |
JiraHomePathLocator.Property | |
JiraHomeStartupCheck |
This StartupCheck will check that there is a valid jira.home configured that we can get an exclusive lock on.
|
JiraHomeStartupCheckFailure |
Gives the reason why the JiraHome Startup check failed.
|
JiraStartupLogger |
This class prints information to the log when JIRA is "about to start" and when it "has started"
|
JiraStartupPluginSystemListener |
Event listener for internal JIRA events that the JiraStartupChecklist cares about.
|
JiraSystemInfo |
This will obtain JIRA system information and place it in the specified
FormattedLogMsg |
LauncherContextListener |
This class is the entry point for JIRA; it takes care of initialising the application.
|
NotificationInstanceKiller |
A temporary class to empty the obsolete NotificaionInstance table with a delay.
|
PluginComparator | |
PluginInfoProviderImpl |
This provides information about the plugins that are provided in JIRA
|
PluginInfosImpl |
Implementation for PluginInfos.
|
ReindexRequestCleaner |
Cleans up reindex requests that were running on this node and then the node was killed.
|
SystemInfoLauncher |
This is the very FIRST bit of log output that JIRA does.
|
SystemPluginsEnabledHealthCheck |
Checks that all system plugins have been enabled.
|
SystemPropertyJiraHomePathLocator |
Attempts to find a jira.home configured as a system property.
|
ThreadDumper |
A class which takes a thread dump after a specified time.
|
WebContextJiraHomePathLocator |
Attempts to find a jira-home configured within our web context.
|
Enum | Description |
---|---|
JiraHomeStartupCheckFailure.Reason |
Indicates the reason why the JIRA home check failed.
|
Exception | Description |
---|---|
JiraHomeException |
Thrown when errors occur trying to validate the jira.home.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.