public interface LicenseMismatchDetector
| Modifier and Type | Method and Description |
|---|---|
Optional<LicenseMismatch> |
detectLicenseMismatch(Map<String,MultipleApplicationLicenseResponse.LicenseResult> errors,
String newLicenseString,
String newLicenseApplicationKey)
If the validation errors are caused by a license mismatch (some DC, some Server) this populates a LicenseMismatch
instance to allow the front end to explain the situation to the customer and help them fix it.
|
Optional<LicenseMismatch> detectLicenseMismatch(Map<String,MultipleApplicationLicenseResponse.LicenseResult> errors, String newLicenseString, String newLicenseApplicationKey)
errors - result of validating the new licensenewLicenseString - the raw license stringnewLicenseApplicationKey - the application the new license is forCopyright © 2024 Atlassian. All rights reserved.