Interface LicenseInfo
public interface LicenseInfo
License info
- 
Method Details- 
isValidboolean isValid()Get if the license is valid- Returns:
- true if the license is valid
 
- 
getErrorcom.atlassian.upm.api.license.entity.LicenseError getError()Get if there is any error with the license- Returns:
- the cause of the license error
 
- 
getLicensecom.atlassian.upm.api.license.entity.PluginLicense getLicense()Get the App license- Returns:
- the license
 
 
-