public class DataCenterLicenseFixer extends Object
Constructor and Description |
---|
DataCenterLicenseFixer(ClusterLicenseCheck clusterLicenseCheck,
JiraLicenseManager licenseManager,
Jira6xServiceDeskPluginEncodedLicenseSupplier serviceDeskLicenseSupplier) |
Modifier and Type | Method and Description |
---|---|
void |
removeNonDataCenterLicenses()
In 7.0, ServiceDesk plugin license (if present) is returned along with other JIRA licenses, which fails the
basic test that all licenses must be DataCenter in order to run in clustered mode; so if 1 or more non-datacentre
licenses are present, we forcibly remove them so as not to leave the instance in an unusable state.
|
public DataCenterLicenseFixer(ClusterLicenseCheck clusterLicenseCheck, JiraLicenseManager licenseManager, Jira6xServiceDeskPluginEncodedLicenseSupplier serviceDeskLicenseSupplier)
public void removeNonDataCenterLicenses()
Copyright © 2002-2017 Atlassian. All Rights Reserved.