Class LicenseValidationWarning

java.lang.Object
com.atlassian.sal.api.validate.LicenseValidationWarning

public class LicenseValidationWarning extends Object
The license validation warning details.
Since:
4.2
  • Constructor Details

  • Method Details

    • getLicenseWarningCode

      @Nonnull public LicenseWarningCode getLicenseWarningCode()
      Returns:
      The warning type.
    • getWarningMessage

      @Nonnull public String getWarningMessage()
      These should normally be localised to the end user's locale.
      Returns:
      Warning message to explain what is wrong.