public class FecruLicenseManager extends Object implements LicenseManager
LicenseManager for Fisheye/Crucible.| Constructor and Description |
|---|
FecruLicenseManager(com.atlassian.sal.api.license.LicenseHandler licenseHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyProductLicense(String license)
Applies the given product license.
|
Set<String> |
getProductKeys()
Returns all the keys of the current product.
|
boolean |
isDataCenter()
Indicates whether the product is fully licensed for Data Center.
|
public FecruLicenseManager(com.atlassian.sal.api.license.LicenseHandler licenseHandler)
public void applyProductLicense(String license) throws com.atlassian.sal.api.i18n.InvalidOperationException
LicenseManagerapplyProductLicense in interface LicenseManagerlicense - the license to applycom.atlassian.sal.api.i18n.InvalidOperationException - if the operation failspublic Set<String> getProductKeys()
LicenseManagergetProductKeys in interface LicenseManagerpublic boolean isDataCenter()
LicenseManagerisDataCenter in interface LicenseManagerCopyright © 2024 Atlassian. All rights reserved.