Class ServerLicenseBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.license.ServerLicenseBean
-
public class ServerLicenseBean extends Object
- Author:
- yole
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ServerLicenseBean.LicenseData
-
Constructor Summary
Constructors Constructor Description ServerLicenseBean()
-
Method Summary
-
-
-
Method Detail
-
loadLicenseData
public void loadLicenseData(@NotNull LicenseList list)
-
isEnterpriseLicenseAvailable
public boolean isEnterpriseLicenseAvailable()
-
getLicensedAgentCount
public int getLicensedAgentCount()
-
isLicenseKeysExist
public boolean isLicenseKeysExist()
-
getLicenses
public List<ServerLicenseBean.LicenseData> getLicenses()
-
getInactiveLicenses
public List<ServerLicenseBean.LicenseData> getInactiveLicenses()
-
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)
-
setEnterKeysMode
public void setEnterKeysMode(boolean enterKeysMode)
-
isEnterKeysMode
public boolean isEnterKeysMode()
-
setUpgradeOptions
public void setUpgradeOptions(@NotNull List<UpdateOption> updateOptions)
-
getNewVersions
@NotNull public List<NewVersionBean> getNewVersions()
-
getNewVersionsNotCompatibleWithSomeLicense
@NotNull public Set<NewVersionBean> getNewVersionsNotCompatibleWithSomeLicense()
-
isReadOnly
public boolean isReadOnly()
-
setReadOnly
public void setReadOnly(boolean readOnly)
-
-