Class UpdateLicenseAction

    • Field Detail

    • Constructor Detail

      • UpdateLicenseAction

        public UpdateLicenseAction()
    • Method Detail

      • getLicense

        public com.atlassian.extras.api.bamboo.BambooLicense getLicense()
      • getSid

        public String getSid()
      • getSupportPeriodEnd

        public Date getSupportPeriodEnd()
      • isSupportPeriodExpired

        public boolean isSupportPeriodExpired()
      • isSupportPeriodAlmostExpired

        public boolean isSupportPeriodAlmostExpired()
      • isOldLicenseWithNewInstall

        public boolean isOldLicenseWithNewInstall()
      • isCommercialLicense

        public boolean isCommercialLicense()
      • isAcademicLicense

        public boolean isAcademicLicense()
      • isOpenSourceLicense

        public boolean isOpenSourceLicense()
      • isEvaluationLicense

        public boolean isEvaluationLicense()
      • getAllowedNumberOfRemoteAgents

        public int getAllowedNumberOfRemoteAgents()
      • getAllowedNumberOfPlans

        public int getAllowedNumberOfPlans()
      • isDataCenter

        public boolean isDataCenter()
      • getSupportEntitlementNumber

        @Nullable
        public @Nullable String getSupportEntitlementNumber()
      • getVersionInfo

        public String getVersionInfo()
      • 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
      • setBuildSuspensionCheckBean

        public void setBuildSuspensionCheckBean​(@Nullable
                                                @Nullable BuildSuspensionCheckBean buildSuspensionCheckBean)
      • getLicenseString

        public String getLicenseString()
      • setLicenseString

        public void setLicenseString​(String licenseString)
      • getVersion

        public String getVersion()
      • setElasticFunctionalityFacade

        public void setElasticFunctionalityFacade​(ElasticFunctionalityFacade elasticFunctionalityFacade)