@Internal
public interface Startable
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 LifecycleAware
from the Shared
Access Layer for the equivalent and officially supported functionality.
Modifier and Type | Method and Description |
---|---|
void |
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.