Class SalLicenseControl
java.lang.Object
com.atlassian.jira.testkit.client.RestApiClient<SalLicenseControl>
com.atlassian.jira.testkit.client.BackdoorControl<SalLicenseControl>
com.atlassian.jira.functest.framework.backdoor.BackdoorControl<SalLicenseControl>
com.atlassian.jira.functest.framework.backdoor.SalLicenseControl
- Since:
- v7.0
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class com.atlassian.jira.testkit.client.RestApiClientcom.atlassian.jira.testkit.client.RestApiClient.BackdoorLoggingFilter, com.atlassian.jira.testkit.client.RestApiClient.JsonMediaTypeFilter, com.atlassian.jira.testkit.client.RestApiClient.RestCall
- 
Field SummaryFields inherited from class com.atlassian.jira.testkit.client.BackdoorControlAPI_REST_PATH, API_REST_VERSION, DEFAULT_REST_PATH, logger, rootPathFields inherited from class com.atlassian.jira.testkit.client.RestApiClientREST_VERSION
- 
Constructor SummaryConstructorsConstructorDescriptionSalLicenseControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanaddProductLicense(String productKey, License licenseKey) booleanaddProductLicense(String productKey, String licenseKey) decodeLicenseDetails(License license) decodeLicenseDetails(String rawLicenseString) deleteProductLicense(String productKey) getProductLicenseDetails(String productKey) getRawProductLicense(String productKey) ping()validateLicenseString(String productKey, License license, Locale locale) validateLicenseString(String productKey, String rawLicenseString, Locale locale) Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControlcreateResourceMethods inherited from class com.atlassian.jira.testkit.client.BackdoorControlcreateResourceForPath, createResourceForPath, get, getRestModulePathMethods inherited from class com.atlassian.jira.testkit.client.RestApiClientanonymous, authenticate, authoriseWithOAuth2, authoriseWithOAuth2, cleanUp, client, createResource, createResourceGadget, createResourceInternal, errorResponse, expanded, getCredentialsProvider, getEnvironmentData, loginAs, loginAs, registerResponse, resourceRoot, resourceRoot, setOf, toResponse, toResponse, toResponse, withCredentialsProvider
- 
Constructor Details- 
SalLicenseControlpublic SalLicenseControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData) 
 
- 
- 
Method Details- 
addProductLicense
- 
addProductLicense
- 
deleteProductLicense
- 
getProductKeys
- 
getRawProductLicense
- 
getSupportEntitlementNumber
- 
getServerId
- 
ping
- 
hostAllowsCustomProducts
- 
hostAllowsMultipleLicenses
- 
getProductLicenseDetails
- 
getAllProductLicenses
- 
decodeLicenseDetails
- 
decodeLicenseDetails
- 
validateLicenseStringpublic SalLicenseControl.ValidationResultTO validateLicenseString(String productKey, License license, Locale locale) 
- 
validateLicenseStringpublic SalLicenseControl.ValidationResultTO validateLicenseString(String productKey, String rawLicenseString, Locale locale) 
 
-