| Package | Description |
|---|---|
| com.atlassian.sal.api.validate |
| Modifier and Type | Method and Description |
|---|---|
Collection<LicenseValidationWarning> |
LicenseValidationResult.getWarningMessages()
Returns validation warnings for each products.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseValidationResult |
LicenseValidationResult.withErrorAndWarningMessages(Optional<String> productKey,
Optional<String> license,
Iterable<LicenseValidationError> errorMessages,
Iterable<LicenseValidationWarning> warningMessages) |
static LicenseValidationResult |
LicenseValidationResult.withWarningMessages(Optional<String> productKey,
Optional<String> license,
Iterable<LicenseValidationWarning> warningMessages) |
Copyright © 2021 Atlassian. All rights reserved.