Uses of Interface
jetbrains.buildServer.serverSide.LicenseKey
-
-
Uses of LicenseKey in jetbrains.buildServer.controllers.autoUpdate
Methods in jetbrains.buildServer.controllers.autoUpdate with parameters of type LicenseKey Modifier and Type Method Description booleanNewVersionBean. isLicenseRequiresRenewal(LicenseKey licenseKey) -
Uses of LicenseKey in jetbrains.buildServer.controllers.license
Methods in jetbrains.buildServer.controllers.license that return LicenseKey Modifier and Type Method Description LicenseKeyServerLicenseBean.LicenseData. getLicenseKey()Constructors in jetbrains.buildServer.controllers.license with parameters of type LicenseKey Constructor Description LicenseData(LicenseKey key) -
Uses of LicenseKey in jetbrains.buildServer.license
Classes in jetbrains.buildServer.license that implement LicenseKey Modifier and Type Class Description classAbstractLicenseKey<T extends LicenseKeyData>classJwtLicenseKeyclassLicenseKeyImplMethods in jetbrains.buildServer.license that return LicenseKey Modifier and Type Method Description LicenseKeyServerLicenseManager. addJwtKey(String key)LicenseKeyServerLicenseList. findTimeBasedLicenseKey()Methods in jetbrains.buildServer.license that return types with arguments of type LicenseKey Modifier and Type Method Description List<LicenseKey>ServerLicenseManager. addKeys(List<String> keys)Collection<LicenseKey>ServerLicenseList. getActiveLicenses()Collection<LicenseKey>ServerLicenseList. getAllLicenses()Collection<LicenseKey>ServerLicenseList. getInactiveLicenses()List<LicenseKey>ServerLicenseManager. validateKeys(List<String> keys)Methods in jetbrains.buildServer.license with parameters of type LicenseKey Modifier and Type Method Description voidServerLicenseList. addLicense(LicenseKey newKey)booleanServerLicenseList. contains(LicenseKey key)Method parameters in jetbrains.buildServer.license with type arguments of type LicenseKey Modifier and Type Method Description static booleanServerLicenseManager. hasInvalidKeys(List<LicenseKey> addedKeys)voidServerLicenseList. removeLicenses(Collection<LicenseKey> licenseKeys) -
Uses of LicenseKey in jetbrains.buildServer.license.validator
Methods in jetbrains.buildServer.license.validator that return LicenseKey Modifier and Type Method Description LicenseKeyLicenseValidator. validate(Date buildReleaseDate, String decodedKey) -
Uses of LicenseKey in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return LicenseKey Modifier and Type Method Description LicenseKeyLicenseKeysManager. addJwtKey(String key)Adds JWT key.LicenseKeyBuildServerEx. findPerUsageLicense()LicenseKeyLicenseList. findTimeBasedLicenseKey()LicenseKeyLicenseList. getJwtLicense()Methods in jetbrains.buildServer.serverSide that return types with arguments of type LicenseKey Modifier and Type Method Description List<LicenseKey>LicenseKeysManager. addKeys(List<String> keys)Collection<LicenseKey>LicenseList. getActiveLicenses()Collection<LicenseKey>LicenseList. getAllLicenses()Collection<LicenseKey>LicenseList. getInactiveLicenses()List<LicenseKey>LicenseKeysManager. validateKeys(List<String> keys) -
Uses of LicenseKey in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return LicenseKey Modifier and Type Method Description LicenseKeyBuildServerImpl. findPerUsageLicense() -
Uses of LicenseKey in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return LicenseKey Modifier and Type Method Description LicenseKeySecuredLicenseKeysManager. addJwtKey(String key)Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type LicenseKey Modifier and Type Method Description List<LicenseKey>SecuredLicenseKeysManager. addKeys(List<String> keys)List<LicenseKey>SecuredLicenseKeysManager. validateKeys(List<String> keys) -
Uses of LicenseKey in jetbrains.buildServer.serverSide.impl.serverStatistics.providers
Methods in jetbrains.buildServer.serverSide.impl.serverStatistics.providers that return LicenseKey Modifier and Type Method Description LicenseKeyPerUsageLicenseStatsProvider. getLicense() -
Uses of LicenseKey in jetbrains.buildServer.updates
Methods in jetbrains.buildServer.updates with parameters of type LicenseKey Modifier and Type Method Description booleanAvailableVersion. isCompatibleWith(LicenseKey license)booleanUpdateOption. isCompatibleWith(LicenseKey licenseKey)booleanUpdateOptionImpl. isCompatibleWith(LicenseKey licenseKey)
-