Class JohnsonPageDataProvider
- java.lang.Object
-
- com.atlassian.confluence.impl.health.web.JohnsonPageDataProvider
-
@ParametersAreNonnullByDefault public class JohnsonPageDataProvider extends Object
Provides data for the Johnson page.- Since:
- 6.5.0
-
-
Constructor Summary
Constructors Constructor Description JohnsonPageDataProvider(HealthCheckRunner healthCheckRunner, com.atlassian.johnson.config.JohnsonConfig johnsonConfig, JohnsonEventCollectionSerializer eventCollectionSerializer, com.atlassian.johnson.JohnsonEventContainer johnsonContainer, com.atlassian.seraph.config.SecurityConfig securityConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull Json
getPageData()
Returns the data necessary to render the Johnson page.
-
-
-
Constructor Detail
-
JohnsonPageDataProvider
public JohnsonPageDataProvider(HealthCheckRunner healthCheckRunner, com.atlassian.johnson.config.JohnsonConfig johnsonConfig, JohnsonEventCollectionSerializer eventCollectionSerializer, com.atlassian.johnson.JohnsonEventContainer johnsonContainer, com.atlassian.seraph.config.SecurityConfig securityConfig)
-
-
Method Detail
-
getPageData
public @NonNull Json getPageData()
Returns the data necessary to render the Johnson page.
-
-