| Package | Description |
|---|---|
| com.atlassian.sal.api.validate |
| Modifier and Type | Method and Description |
|---|---|
Collection<LicenseValidationError> |
LicenseValidationResult.getErrorMessages()
Returns validation error 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.withErrorMessages(Optional<String> productKey,
Optional<String> license,
Iterable<LicenseValidationError> errorMessages) |
Copyright © 2021 Atlassian. All rights reserved.