com.atlassian.jira.license.JiraLicenseStore |
![]()
|
This interface is deprecated.
since JIRA 6.3 - we will be removing support for JIRA license store from our public API in 1.0. Use
JiraLicenseService instead.
A store to save license to a persistent location.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This will confirm that user has agreed to proceed under Evaluation terms, typically when the license is too old
for the current JIRA build.
| |||||||||||
Remove any license.
| |||||||||||
Resets persisted information about license in use being too old for current build.
| |||||||||||
Retrieves the current license String from the persistent location.
| |||||||||||
Gets the server ID from the persistence backend
| |||||||||||
Stores the given license String into the persistent location.
| |||||||||||
Stores the server ID to the persistent backend
|
This will confirm that user has agreed to proceed under Evaluation terms, typically when the license is too old for the current JIRA build.
userName | the name of the user that amde the confirmation |
---|
Remove any license. Useful when the license string is corrupted.
Resets persisted information about license in use being too old for current build.
Retrieves the current license String from the persistent location.
Gets the server ID from the persistence backend
null
if not found
Stores the given license String into the persistent location.
licenseString | the license String to store |
---|
Stores the server ID to the persistent backend
serverId | the server ID to store |
---|