Interface LicenseInfo
public interface LicenseInfo
License info
-
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
-