Package com.codebarrel.jira.software
Class NativeSoftwareClientFactory
java.lang.Object
com.codebarrel.jira.software.NativeSoftwareClientFactory
-
Constructor Summary
ConstructorsConstructorDescriptionNativeSoftwareClientFactory(org.osgi.framework.BundleContext bundleContext, JiraSoftwareService jiraSoftwareService, VersionService versionService, JiraAuthenticationContext jiraAuthenticationContext, I18nHelper.BeanFactory i18nFactory, SearchRequestManager searchRequestManager, ProjectManager projectManager, JqlOperandResolver jqlOperandResolver, ApplicationAuthorizationService applicationAuthorizationService) -
Method Summary
-
Constructor Details
-
NativeSoftwareClientFactory
@Inject public NativeSoftwareClientFactory(org.osgi.framework.BundleContext bundleContext, JiraSoftwareService jiraSoftwareService, VersionService versionService, JiraAuthenticationContext jiraAuthenticationContext, I18nHelper.BeanFactory i18nFactory, SearchRequestManager searchRequestManager, ProjectManager projectManager, JqlOperandResolver jqlOperandResolver, ApplicationAuthorizationService applicationAuthorizationService)
-
-
Method Details
-
isClientAvailable
public boolean isClientAvailable() -
getClient
public Optional<SoftwareClient> getClient(ApplicationUser actor) throws UnsupportedOperationException - Throws:
UnsupportedOperationException
-