Package com.atlassian.jira.health.web
Class JohnsonPageDataProvider
java.lang.Object
com.atlassian.jira.health.web.JohnsonPageDataProvider
Provides data for
jira-components/jira-webapp/src/main/webapp/secure/errors.jsp
.
since @7.4
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
asJSON()
Returns a JSONObject of the data about the current health status for the johnson page.static JohnsonPageDataProvider
createInstance
(javax.servlet.ServletContext context)
-
Method Details
-
createInstance
-
asJSON
@Nonnull public com.google.gson.JsonObject asJSON()Returns a JSONObject of the data about the current health status for the johnson page. A constant check is needed as test and enpoints may change during the lifecycles of the tests.
-