|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiraLicenseStore
A store to save license to a persistent location.
| Method Summary | |
|---|---|
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. |
String |
retrieve()
Retrieves the current license String from the persistent location. |
String |
retrieveServerId()
Gets the server ID from the persistence backend |
void |
store(String licenseString)
Stores the given license String into the persistent location. |
void |
storeServerId(String serverId)
Stored the server ID to the persistent backend |
| Method Detail |
|---|
String retrieve()
void store(String licenseString)
licenseString - the license String to storevoid resetOldBuildConfirmation()
void confirmProceedUnderEvaluationTerms(String userName)
userName - the name of the user that amde the confirmationString retrieveServerId()
null if not foundvoid storeServerId(String serverId)
serverId - the server ID to store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||