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 boolean
NewVersionBean. 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 LicenseKey
ServerLicenseBean.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 class
AbstractLicenseKey<T extends LicenseKeyData>
class
JwtLicenseKey
class
LicenseKeyImpl
Methods in jetbrains.buildServer.license that return LicenseKey Modifier and Type Method Description LicenseKey
ServerLicenseManager. addJwtKey(String key)
LicenseKey
ServerLicenseList. 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 void
ServerLicenseList. addLicense(LicenseKey newKey)
boolean
ServerLicenseList. contains(LicenseKey key)
Method parameters in jetbrains.buildServer.license with type arguments of type LicenseKey Modifier and Type Method Description static boolean
ServerLicenseManager. hasInvalidKeys(List<LicenseKey> addedKeys)
void
ServerLicenseList. 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 LicenseKey
LicenseValidator. 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 LicenseKey
LicenseKeysManager. addJwtKey(String key)
Adds JWT key.LicenseKey
BuildServerEx. findPerUsageLicense()
LicenseKey
LicenseList. findTimeBasedLicenseKey()
LicenseKey
LicenseList. 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 LicenseKey
BuildServerImpl. 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 LicenseKey
SecuredLicenseKeysManager. 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 LicenseKey
PerUsageLicenseStatsProvider. getLicense()
-
Uses of LicenseKey in jetbrains.buildServer.updates
Methods in jetbrains.buildServer.updates with parameters of type LicenseKey Modifier and Type Method Description boolean
AvailableVersion. isCompatibleWith(LicenseKey license)
boolean
UpdateOption. isCompatibleWith(LicenseKey licenseKey)
boolean
UpdateOptionImpl. isCompatibleWith(LicenseKey licenseKey)
-