Interface LicenseInfo


public interface LicenseInfo
License info
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.upm.api.license.entity.LicenseError
    Get if there is any error with the license
    com.atlassian.upm.api.license.entity.PluginLicense
    Get the App license
    boolean
    Get if the license is valid
  • Method Details

    • isValid

      boolean isValid()
      Get if the license is valid
      Returns:
      true if the license is valid
    • getError

      com.atlassian.upm.api.license.entity.LicenseError getError()
      Get if there is any error with the license
      Returns:
      the cause of the license error
    • getLicense

      com.atlassian.upm.api.license.entity.PluginLicense getLicense()
      Get the App license
      Returns:
      the license