Class AboutPage

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.util.AboutPage
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class AboutPage extends JiraWebActionSupport
Displays the About page with licensing information.
Since:
v6.0
See Also:
  • Field Details

    • KEY_REQUEST_CONTEXT

      public static final String KEY_REQUEST_CONTEXT
    • KEY_BUILD_VERSION

      public static final String KEY_BUILD_VERSION
    • KEY_PLUGIN_SECTIONS

      public static final String KEY_PLUGIN_SECTIONS
    • KEY_PLUGIN_SECTIONS_EXIST

      public static final String KEY_PLUGIN_SECTIONS_EXIST
    • KEY_LICENSE_SECTION_EXIST

      public static final String KEY_LICENSE_SECTION_EXIST
  • Constructor Details

    • AboutPage

      public AboutPage(BuildUtilsInfo buildUtilsInfo, com.atlassian.plugin.PluginAccessor pluginAccessor)
  • Method Details