| Package | Description |
|---|---|
| com.atlassian.upm.application | |
| com.atlassian.upm.application.impl | |
| com.atlassian.upm.application.rest.representations |
| Modifier and Type | Method and Description |
|---|---|
Optional<LicenseMismatch> |
LicenseMismatchDetector.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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<LicenseMismatch> |
LicenseMismatchDetectorImpl.detectLicenseMismatch(Map<String,MultipleApplicationLicenseResponse.LicenseResult> errors,
String newLicenseString,
String newLicenseApplicationKey) |
| Modifier and Type | Method and Description |
|---|---|
LicenseMismatch |
ApplicationLicenseUpdateResultRepresentation.getLicenseMismatch() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLicenseUpdateResultRepresentation |
ApplicationRepresentationFactory.createApplicationLicenseUpdateResultRepresentation(com.atlassian.application.api.ApplicationKey applicationKey,
io.atlassian.fugue.Option<com.atlassian.sal.api.license.SingleProductLicenseDetailsView> license,
com.atlassian.sal.api.validate.ValidationResult errors,
LicenseMismatch licenseMismatch) |
ApplicationLicenseUpdateResultRepresentation |
ApplicationRepresentationFactoryImpl.createApplicationLicenseUpdateResultRepresentation(com.atlassian.application.api.ApplicationKey applicationKey,
io.atlassian.fugue.Option<com.atlassian.sal.api.license.SingleProductLicenseDetailsView> license,
com.atlassian.sal.api.validate.ValidationResult result,
LicenseMismatch licenseMismatch) |
| Constructor and Description |
|---|
ApplicationLicenseUpdateResultRepresentation(ApplicationLicenseRepresentation license,
ValidationResultRepresentation validation,
LicenseMismatch licenseMismatch) |
Copyright © 2024 Atlassian. All rights reserved.