Class SetupLicenseAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.config.internal.SetupConstants, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class SetupLicenseAction extends AbstractSetupAction
See Also:
  • Constructor Details

    • SetupLicenseAction

      public SetupLicenseAction()
  • Method Details

    • input

      public String input() throws Exception
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • validate

      public void validate()
      Specified by:
      validate in interface com.opensymphony.xwork2.Validateable
      Overrides:
      validate in class com.opensymphony.xwork2.ActionSupport
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • getLicenseString

      public String getLicenseString()
    • setLicenseString

      public void setLicenseString(String licenseString)
    • getSid

      public String getSid()
    • setSid

      public void setSid(String sid)
    • getVersion

      public String getVersion()
    • setBambooLicenseManager

      public void setBambooLicenseManager(BambooLicenseManager bambooLicenseManager)
      Overrides:
      setBambooLicenseManager in class BambooActionSupport
    • getBambooLicenseManager

      public BambooLicenseManager getBambooLicenseManager()
      Overrides:
      getBambooLicenseManager in class BambooActionSupport
    • setCustomInstall

      public void setCustomInstall(String value)
    • getSidManager

      public com.atlassian.license.SIDManager getSidManager()