java.lang.Object | |
↳ | com.atlassian.jira.startup.JiraSystemInfo |
This will obtain JIRA system information and place it in the specified FormattedLogMsg
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This only gets the most basic environment information to avoid bring up the JIRA world before the raw database
checks are done.
| |||||||||||
Obtains database configuration information.
| |||||||||||
Only call AFTER JIRA is fully up!
| |||||||||||
Only call AFTER JIRA is fully up!
| |||||||||||
Only call AFTER JIRA is fully up!
| |||||||||||
Only call AFTER JIRA is fully up!
| |||||||||||
Only call AFTER JIRA is fully up!
| |||||||||||
Only call AFTER JIRA is fully up!
| |||||||||||
Gets basic Java System Properties.
| |||||||||||
Only call AFTER JIRA is fully up!
NOTE : Only PRIVILEGED CODE should make this call.
| |||||||||||
Only call AFTER JIRA is fully up!
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This only gets the most basic environment information to avoid bring up the JIRA world before the raw database checks are done.
It MUST BE CAREFUL not to access an JIRA code that will bring up the worldcontext | - a ServletContext that the app is running in. This may be nulll |
---|
Obtains database configuration information. This should be called after the database has been checked for sanity and hence we can safely do some entityengine.xml and database connection test. But this is before the database is auto-created and hence the support team can get valuable configuration information before a real DB cockup is encountered.
Only call AFTER JIRA is fully up!
Only call AFTER JIRA is fully up!
jiraHome | the JIRA home |
---|
Only call AFTER JIRA is fully up!
Only call AFTER JIRA is fully up!
Only call AFTER JIRA is fully up!
Only call AFTER JIRA is fully up!
Gets basic Java System Properties. These are safe to access very early on and won't bring up an unintended JIRA code.
Only call AFTER JIRA is fully up!
NOTE : Only PRIVILEGED CODE should make this call. This code goes to the Trusted Apps Manager directly. It does this because at JIRA start time, there is no user. So be careful when calling this method and don't propagate more permissions that are required.Only call AFTER JIRA is fully up!