Package com.atlassian.jira.health.web
Interface JohnsonTemplateContext
- All Known Implementing Classes:
CustomisedConfigurationsHealthCheck.ConfigCustomisationTemplateContext,JohnsonConfigMigrationServlet.SuccessTemplateContext
public interface JohnsonTemplateContext
Interface for data provided to the atlassian-johnson front end event renderer.
The type attribute determines which template to use. Subclasses need to add getters for the other attributes required
by a particular template.
-
Method Summary
-
Method Details
-
getType
String getType()
-