Class ServerLicenseBean


  • public class ServerLicenseBean
    extends Object
    Author:
    yole
    • Constructor Detail

      • ServerLicenseBean

        public ServerLicenseBean()
    • Method Detail

      • loadLicenseData

        public void loadLicenseData​(@NotNull
                                    LicenseList list)
      • isEnterpriseLicenseAvailable

        public boolean isEnterpriseLicenseAvailable()
      • getLicensedAgentCount

        public int getLicensedAgentCount()
      • isLicenseKeysExist

        public boolean isLicenseKeysExist()
      • isTrialMode

        public boolean isTrialMode()
      • isUnlimitedAgents

        public boolean isUnlimitedAgents()
      • isPerUsageMode

        public boolean isPerUsageMode()
      • isAllEnteredKeysValid

        public boolean isAllEnteredKeysValid()
      • setAllEnteredKeysValid

        public void setAllEnteredKeysValid​(boolean allEnteredKeysValid)
      • getLicenseKeys

        public String getLicenseKeys()
      • getNumberOfPredefinedAgents

        public int getNumberOfPredefinedAgents()
      • setLicenseKeys

        public void setLicenseKeys​(String licenseKeys)
      • isUnlimitedBuildTypes

        public boolean isUnlimitedBuildTypes()
      • getLicensedBuildTypesCount

        public int getLicensedBuildTypesCount()
      • getNumberOfPredefinedBuildTypes

        public int getNumberOfPredefinedBuildTypes()
      • isEncounteredExecutorBuild

        public boolean isEncounteredExecutorBuild()
      • setEncounteredExecutorBuild

        public void setEncounteredExecutorBuild​(boolean encounteredExecutorBuild)
      • getSubmittedKeys

        public List<String> getSubmittedKeys()
      • setEnterKeysMode

        public void setEnterKeysMode​(boolean enterKeysMode)
      • isEnterKeysMode

        public boolean isEnterKeysMode()
      • setUpgradeOptions

        public void setUpgradeOptions​(@NotNull
                                      List<UpdateOption> updateOptions)
      • getNewVersionsNotCompatibleWithSomeLicense

        @NotNull
        public Set<NewVersionBean> getNewVersionsNotCompatibleWithSomeLicense()
      • isReadOnly

        public boolean isReadOnly()
      • setReadOnly

        public void setReadOnly​(boolean readOnly)