public interface StudioStartupHooks
Modifier and Type | Method and Description |
---|---|
void |
afterJiraStart()
Called after JIRA has started.
|
void |
beforeJiraStart()
Called before JIRA has had a chance to start.
|
Properties |
getLog4jConfiguration(Properties initialConfiguration)
Called by JIRA during startup to get its log4j configuration.
|
@Nullable Properties getLog4jConfiguration(@Nonnull Properties initialConfiguration)
initialConfiguration
- JIRA's current log4j configuration. This properties object is mutable and safe to
return from this method.void beforeJiraStart()
void afterJiraStart()
Copyright © 2002-2015 Atlassian. All Rights Reserved.