com.atlassian.jira.extension.Startable |
![]()
ApplicationPropertiesChecker,
AuditingManagerImpl,
AuthorisationManagerImpl,
AutoGroupAdderImpl,
AutoWatchService,
BotocssThreadLauncher,
CacheStatisticsMonitor,
CachedBackwardCompatibleStoreAdapterProvider,
CachingFavouritesStore,
CachingFieldConfigContextPersister,
CachingI18nFactory,
CachingLabelStore,
CachingProjectComponentStore,
CachingSharePermissionStore,
ClusterLoggingManager,
and
44 others.
|
Implementing this interface allows Components to be notified of when the JIRA application has started.
NOTE: this is an internal JIRA mechanism that is no longer intended to be used by plugins. It is not part of the official JIRA API and its support for plugin components is subject to removal at any point of time.
Plugin developers should implement com.atlassian.sal.api.lifecycle.LifecycleAware from the Shared Access Layer for the equivalent and officially supported functionality.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
Exception | Allows implementations to throw an Exception. |
---|