Class ConfirmNewInstallationWithOldLicense

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

public class ConfirmNewInstallationWithOldLicense extends JiraWebActionSupport
Displays the page to update the current JIRA license when it has been detected that the current license is "too old".

Security: This action is only accessible when a Johnson Event of type JohnsonEventType.LICENSE_TOO_OLD is present in the JohnsonEventContainer.

Trigger: The link to display this action is displayed in the Johnson errors page (errors.jsp)

See Also:
  • Constructor Details

  • Method Details

    • getRelativeUrl

      public static String getRelativeUrl()
      Returns the relative URL of this action.
      Since:
      7.4
    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getLicense

      public String getLicense()
    • setLicense

      public void setLicense(String licenseString)
    • getRadioOption

      public String getRadioOption()
    • setRadioOption

      public void setRadioOption(String radioOption)
    • getLoginInvalid

      public boolean getLoginInvalid()
    • setLoginInvalid

      public void setLoginInvalid(boolean loginInvalid)
    • getRadioOptionInvalid

      public boolean getRadioOptionInvalid()
    • setRadioOptionInvalid

      public void setRadioOptionInvalid(boolean radioOptionInvalid)
    • getBuildUtilsInfo

      public BuildUtilsInfo getBuildUtilsInfo()
    • getCurrentBuildDate

      public String getCurrentBuildDate()
    • getDataMap

      public Map<String,Object> getDataMap()
    • getDataMapSuccess

      public Map<String,Object> getDataMapSuccess()