|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StudioStartupHooks
Callbacks that will be called during JIRA's startup process.
Method Summary | |
---|---|
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. |
Method Detail |
---|
@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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |