Class JiraAddonInfoService
java.lang.Object
com.codebarrel.jira.plugin.automation.service.JiraAddonInfoService
- All Implemented Interfaces:
AddonInfoService
-
Constructor Summary
ConstructorsConstructorDescriptionJiraAddonInfoService(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.upm.api.license.PluginLicenseManager pluginLicenseManager, JiraProperties jiraProperties, ClusterManager clusterManager, TenantService tenantService) -
Method Summary
Modifier and TypeMethodDescriptionvoidclearCache(TenantContext tenantContext, String s) getAddonInfo(TenantContext tenantContext) booleanisLite(TenantContext tenant)
-
Constructor Details
-
JiraAddonInfoService
@Inject public JiraAddonInfoService(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.upm.api.license.PluginLicenseManager pluginLicenseManager, JiraProperties jiraProperties, ClusterManager clusterManager, TenantService tenantService)
-
-
Method Details
-
isLite
-
getAddonInfo
- Specified by:
getAddonInfoin interfaceAddonInfoService
-
clearCache
- Specified by:
clearCachein interfaceAddonInfoService
-