Package com.atlassian.jira.dev.backdoor
Class LicenseBackdoor
java.lang.Object
com.atlassian.jira.dev.backdoor.LicenseBackdoor
- Since:
- v6.3
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
getLicense
(String applicationKeyString) Retrieve the license for a particular application keyjakarta.ws.rs.core.Response
setLicense
(String license) jakarta.ws.rs.core.Response
updateLicense
(String license)
-
Constructor Details
-
LicenseBackdoor
-
-
Method Details
-
getLicense
@GET public jakarta.ws.rs.core.Response getLicense(@QueryParam("application") String applicationKeyString) Retrieve the license for a particular application key- Parameters:
applicationKeyString
- The application key as a string- Returns:
- 200 with the license string if found. 404 if not found.
-
updateLicense
-
setLicense
-