public interface MultiLicenseStore
Modifier and Type | Method and Description |
---|---|
void |
clear()
Removes all licenses from JIRA.
|
void |
confirmProceedUnderEvaluationTerms(String userName)
This will confirm that user has agreed to proceed under Evaluation terms, typically when the license is too old
for the current JIRA build.
|
void |
resetOldBuildConfirmation()
Resets persisted information about license in use being too old for current build.
|
Iterable<String> |
retrieve()
Retrieves all product license strings.
|
String |
retrieveServerId()
Gets the server ID from the persistence backend
|
void |
store(Iterable<String> licenses)
Persists a new state for all licenses.
|
void |
storeServerId(String serverId)
Stores the server ID to the persistent backend
|
@Nonnull Iterable<String> retrieve()
void store(@Nonnull Iterable<String> licenses)
licenses
- the license strings to storeString retrieveServerId()
null
if not foundvoid storeServerId(String serverId)
serverId
- the server ID to storevoid resetOldBuildConfirmation()
void confirmProceedUnderEvaluationTerms(String userName)
userName
- the name of the user that made the confirmationvoid clear()
Copyright © 2002-2015 Atlassian. All Rights Reserved.