Package com.atlassian.sal.api.license
Interface RawProductLicense
public interface RawProductLicense
A raw product license, the product license detail in a string format.
- Since:
- 4.2
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getProductKey
- Returns:
- The product to add this license to e.g."jira-software", "jira-servicedesk", "jira-core"
-
getLicense
- Returns:
- The license string
-
isDeleteLicense
boolean isDeleteLicense()- Returns:
- The flag to specify that this license will be deleted.
-