Uses of Interface
jetbrains.buildServer.license.data.LicenseInfo
-
Packages that use LicenseInfo Package Description jetbrains.buildServer.license jetbrains.buildServer.license.data -
-
Uses of LicenseInfo in jetbrains.buildServer.license
Fields in jetbrains.buildServer.license declared as LicenseInfo Modifier and Type Field Description protected LicenseInfo
AbstractLicenseKey. myLicenseInfo
Constructors in jetbrains.buildServer.license with parameters of type LicenseInfo Constructor Description AbstractLicenseKey(LicenseInfo licenseInfo, String key)
JwtLicenseKey(LicenseInfo licenseInfo, String key)
LicenseKeyImpl(LicenseInfo licenseInfo, String key)
Constructor parameters in jetbrains.buildServer.license with type arguments of type LicenseInfo Constructor Description AbstractLicenseKey(String key, Function<String,? extends LicenseInfo> licenseDecoder)
-
Uses of LicenseInfo in jetbrains.buildServer.license.data
Classes in jetbrains.buildServer.license.data that implement LicenseInfo Modifier and Type Class Description class
JwtLicenseInfo
Implementation ofLicenseInfo
for licenses related to JetBrains Accounts, encoded in JWT form.class
ServerLicenseInfo
-