|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.startup.JiraSystemInfo
public class JiraSystemInfo
This will obtain JIRA system information and place it in the specified FormattedLogMsg
Constructor Summary | |
---|---|
JiraSystemInfo(FormattedLogMsg logMsg,
BuildUtilsInfo buildUtilsInfo)
|
Method Summary | |
---|---|
void |
obtainBasicInfo(javax.servlet.ServletContext context)
This only gets the most basic environment information to avoid bring up the JIRA world before the raw database checks are done. |
void |
obtainDatabaseConfigurationInfo()
Obtains database configuration information. |
void |
obtainDatabaseStatistics()
Only call AFTER JIRA is fully up! |
void |
obtainFilePaths()
|
void |
obtainFilePaths(JiraHome jiraHome)
Only call AFTER JIRA is fully up! |
void |
obtainJiraAppProperties()
Only call AFTER JIRA is fully up! |
void |
obtainListeners()
Only call AFTER JIRA is fully up! |
void |
obtainPlugins()
Only call AFTER JIRA is fully up! |
void |
obtainServices()
Only call AFTER JIRA is fully up! |
void |
obtainSystemPathProperties()
|
void |
obtainSystemProperties()
Gets basic Java System Properties. |
void |
obtainTrustedApps()
Only call AFTER JIRA is fully up! NOTE : Only PRIVILEGED CODE should make this call. |
void |
obtainUpgradeHistory()
Only call AFTER JIRA is fully up! |
void |
obtainUserDirectoyInfo()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JiraSystemInfo(FormattedLogMsg logMsg, BuildUtilsInfo buildUtilsInfo)
Method Detail |
---|
public void obtainBasicInfo(javax.servlet.ServletContext context)
context
- - a ServletContext that the app is running in. This may be nulllpublic void obtainSystemProperties()
public void obtainSystemPathProperties()
public void obtainUserDirectoyInfo()
public void obtainDatabaseConfigurationInfo()
public void obtainJiraAppProperties()
public void obtainDatabaseStatistics()
public void obtainUpgradeHistory()
public void obtainFilePaths()
public void obtainFilePaths(JiraHome jiraHome)
jiraHome
- the JIRA homepublic void obtainPlugins()
public void obtainListeners()
public void obtainServices()
public void obtainTrustedApps()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |