Uses of Interface
com.codebarrel.jira.factory.JIRAClient
Packages that use JIRAClient
Package
Description
-
Uses of JIRAClient in com.codebarrel.automation.api.event.enrich
Constructor parameters in com.codebarrel.automation.api.event.enrich with type arguments of type JIRAClientModifierConstructorDescriptionAutomationEventEnricherServiceImpl(ClientFactory<JIRAClient> jiraClientFactory) DevOpsEventEnricher(ClientFactory<JIRAClient> jiraClientFactory) IssueLinkEventEnricher(ClientFactory<JIRAClient> jiraClientFactory) LazyLoadableEventEnricher(ClientFactory<JIRAClient> clientFactory) SprintEventEnricher(ClientFactory<JIRAClient> jiraClientFactory) WorklogEventEnricher(ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.api.service
Constructor parameters in com.codebarrel.automation.api.service with type arguments of type JIRAClientModifierConstructorDescriptionAutomationLinkServiceImpl(ClientFactory<JIRAClient> jiraClientFactory, TenantService tenantService) AutomationPermissionServiceImpl(ClientFactory<JIRAClient> jiraClientFactory, TenantService tenantService, RemotePermissionService remotePermissionService) IssueEventProviderImpl(ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.api.welcome
Constructor parameters in com.codebarrel.automation.api.welcome with type arguments of type JIRAClientModifierConstructorDescriptionWelcomeContextProviderImpl(ClientFactory<JIRAClient> jiraClientFactory, AutomationLicenseService licenseService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.addcustomer
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.addcustomer with type arguments of type JIRAClientModifierConstructorDescriptionAddCustomerActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer, UserService userService, SmartBeanFactory smartBeanFactory) AddCustomerActionValidator(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.addworklog
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.addworklog with type arguments of type JIRAClientModifierConstructorDescriptionAddWorklogActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.archive
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.archive with type arguments of type JIRAClient -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.assign
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.assign with type arguments of type JIRAClientModifierConstructorDescriptionAssignIssueActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer, UserService userService, CounterService counterService, IssueSearchService issueSearchService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.autoapprove
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.autoapprove with type arguments of type JIRAClientModifierConstructorDescriptionAutoApproveActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, I18nFactory i18nFactory, UserService userService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.clone
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.clone with type arguments of type JIRAClientModifierConstructorDescriptionCloneIssueActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueFieldsBuilderFactory issueFieldsBuilderFactory, IssueRefreshResolver createdIssueResolver, JiraDataService jiraDataService, UserFieldMapper userFieldMapper, SmartBeanFactory smartBeanFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.comment
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.comment with type arguments of type JIRAClientModifierConstructorDescriptionCommentActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, LegacySwitchingRenderer legacyRenderer) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.create
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.create with type arguments of type JIRAClientModifierConstructorDescriptionCreateIssueActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueFieldsBuilderFactory issueFieldsBuilderFactory, IssueRefreshResolver createdIssueResolver, JiraDataService jiraDataService, SmartBeanFactory smartBeanFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.createsdrequest
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.createsdrequest with type arguments of type JIRAClientModifierConstructorDescriptionCreateServiceDeskRequestActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueFieldsBuilderFactory issueFieldsBuilderFactory, IssueRefreshResolver createdIssueResolver) CreateServiceDeskRequestActionValidator(I18nFactory i18nFactory, AdvancedFieldsValidator advancedFieldsValidator, ClientFactory<JIRAClient> jiraClientFactory, IssueFieldsValidator issueFieldsValidator, AdvancedFieldsProcessor advancedFieldsProcessor, RemotePermissionService permissionService, RequestTypeValidationHelper requestTypeValidationHelper) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.createsubtasks
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.createsubtasks with type arguments of type JIRAClientModifierConstructorDescriptionCreateSubtasksActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer, IssueRefreshResolver createdIssueResolver) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.createversion
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.createversion with type arguments of type JIRAClientModifierConstructorDescriptionCreateVersionActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, JiraDataService jiraDataService, IssueInputSubstitutionRenderer renderer) ReleaseVersionActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer) UnreleaseVersionActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.delete
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.delete with type arguments of type JIRAClient -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.deleteattachments
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.deleteattachments with type arguments of type JIRAClientModifierConstructorDescriptionDeleteAttachmentsActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.deletecomment
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.deletecomment with type arguments of type JIRAClientModifierConstructorDescriptionDeleteCommentActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.deleteissuelink
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.deleteissuelink with type arguments of type JIRAClientModifierConstructorDescriptionDeleteIssueLinkActionExecutor(ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.edit
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.edit with type arguments of type JIRAClientModifierConstructorDescriptionEditIssueActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueFieldsBuilderFactory issueFieldsBuilderFactory, AddonProperties addonProperties, AddonInfoService addonInfoService, JiraDataService jiraDataService, AutomationLicenseService licenseService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.linkissue
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.linkissue with type arguments of type JIRAClientModifierConstructorDescriptionLinkIssueActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer issueInputSubstitutionRenderer) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.outgoingemail
Constructors in com.codebarrel.automation.rulecomponent.jira.action.outgoingemail with parameters of type JIRAClientModifierConstructorDescriptionIssueFieldAddresseeTransformer(TenantActor tenantActor, SmartBeanFactory smartBeanFactory, FieldService fieldService, JIRAClient jiraClient, AuditComponentChangeBuilder audit, SmartIssueBean issue) Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.outgoingemail with type arguments of type JIRAClientModifierConstructorDescriptionOutgoingEmailActionExecutor(EmailSender emailSender, IssueInputSubstitutionRenderer renderer, AddonProperties addonProperties, FieldService fieldService, ClientFactory<JIRAClient> jiraClientFactory, AutomationLicenseService automationLicenseService, SmartBeanFactory smartBeanFactory, AutomationObservabilityService observabilityService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.publishevent
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.publishevent with type arguments of type JIRAClientModifierConstructorDescriptionPublishEventActionExecutor(ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.setentityproperty
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.setentityproperty with type arguments of type JIRAClientModifierConstructorDescriptionSetEntityPropertyActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer issueInputSubstitutionRenderer) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.transition
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.transition with type arguments of type JIRAClientModifierConstructorDescriptionTransitionIssueActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueFieldsBuilderFactory issueFieldsBuilderFactory, IssueInputSubstitutionRenderer renderer) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.action.watchers
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.action.watchers with type arguments of type JIRAClientModifierConstructorDescriptionManageWatcherActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer issueInputSubstitutionRenderer, UserService userService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.common
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.common with type arguments of type JIRAClientModifierConstructorDescriptionComponentIssueResolver(ClientFactory<JIRAClient> clientFactory, SmartBeanFactory smartBeanFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.common.customsmartvalue
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.common.customsmartvalue with type arguments of type JIRAClientModifierConstructorDescriptionCustomSmartValueValidator(I18nFactory i18nFactory, JqlQueryValidator jqlQueryValidator, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory, FeatureManager featureManager) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.common.issueconfigfields
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.common.issueconfigfields with type arguments of type JIRAClientModifierConstructorDescriptionAttachmentField(I18nFactory i18nFactory, ClientFactory<JIRAClient> jiraClientFactory) IssueLinksField(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory, ClientFactory<JIRAClient> jiraClientFactory) PriorityField(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.common.issueconfigfields.servicedesk
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.common.issueconfigfields.servicedesk with type arguments of type JIRAClientModifierConstructorDescriptionRequestTypeField(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory, RequestTypeValidationHelper requestTypeValidationHelper) RequestTypeValidationHelper(UserService userService, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.common.issueconfigfields.software
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.common.issueconfigfields.software with type arguments of type JIRAClientModifierConstructorDescriptionSprintField(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.common.smartbeans
Constructors in com.codebarrel.automation.rulecomponent.jira.common.smartbeans with parameters of type JIRAClientModifierConstructorDescriptionEpicFieldResolverImpl(SmartBeanFactory smartBeanFactory, FieldService fieldService, JIRAClient client) ServiceDeskRequestTypeResolver(JIRAClient client, AddonProperties addonProperties, FieldService fieldService) ServiceEntitiesResolver(JIRAClient client) Constructor parameters in com.codebarrel.automation.rulecomponent.jira.common.smartbeans with type arguments of type JIRAClientModifierConstructorDescriptionLazyIssueBean(ClientFactory<JIRAClient> clientFactory, TenantActor tenantActor, IssueBean orig) SmartBeanFactoryImpl(ClientFactory<JIRAClient> clientFactory, FieldService fieldService, JiraDataService jiraDataService, TenantService tenantService, AddonProperties addonProperties) SmartIssueFieldLoaderFactory(FieldService fieldService, ClientFactory<JIRAClient> clientFactory, TenantService tenantService, SmartBeanFactory smartBeanFactory, AddonProperties addonProperties) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.condition.jql
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.condition.jql with type arguments of type JIRAClientModifierConstructorDescriptionJqlCondition(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer, RemotePermissionService remotePermissionService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.condition.user
Methods in com.codebarrel.automation.rulecomponent.jira.condition.user that return JIRAClientMethods in com.codebarrel.automation.rulecomponent.jira.condition.user with parameters of type JIRAClientConstructor parameters in com.codebarrel.automation.rulecomponent.jira.condition.user with type arguments of type JIRAClientModifierConstructorDescriptionUserCondition(ClientFactory<JIRAClient> clientFactory, IssueInputSubstitutionRenderer renderer, ServiceDeskComponentService serviceDeskComponentService, UserService userService, TenantService tenantService) UserConditionValidator(ClientFactory<JIRAClient> jiraClientFactory, I18nFactory i18nFactory, JiraDataService jiraDataService, IssueInputSubstitutionRenderer renderer) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.search
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.search with type arguments of type JIRAClientModifierConstructorDescriptionPagingIssueSearchServiceImpl(TenantService tenantService, ClientFactory<JIRAClient> jiraClientFactory, SmartBeanFactory smartBeanFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.service
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.service with type arguments of type JIRAClientModifierConstructorDescriptionServiceDeskComponentService(ClientFactory<JIRAClient> clientFactory, TenantService tenantService, FieldService fieldService, SmartBeanFactory smartBeanFactory) StatusService(ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.service.webhook
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.service.webhook with type arguments of type JIRAClientModifierConstructorDescriptionOutgoingWebhookValidationService(OutgoingWebhookActionValidator outgoingWebhookActionValidator, ClientFactory<JIRAClient> jiraClientFactory, SmartBeanFactory smartBeanFactory, IssueInputSubstitutionRenderer renderer, SandboxedHttpSender sandboxedHttpSender, I18nFactory i18nFactory, RuleSecretService secretService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.trigger.event.multiple
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.trigger.event.multiple with type arguments of type JIRAClientModifierConstructorDescriptionMultipleIssueEventTriggerExecutor(IssueEventMatcher issueEventMatcher, ComponentIssueResolver issueResolver, ClientFactory<JIRAClient> jiraClientFactory, AddonProperties addonProperties, SmartIssueInputPopulator smartIssueInputPopulator, RemotePermissionService remotePermissionService, IssueRefreshResolver issueRefreshResolver, UserService userService, TenantService tenantService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.trigger.manual
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.trigger.manual with type arguments of type JIRAClientModifierConstructorDescriptionManualTriggerExecutor(ClientFactory<JIRAClient> clientFactory, SmartIssueInputPopulator issueInputPopulator, RemotePermissionService remotePermissionService) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.trigger.scheduled
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.trigger.scheduled with type arguments of type JIRAClientModifierConstructorDescriptionJqlScheduledTriggerValidator(I18nFactory i18nFactory, JqlQueryValidator jqlQueryValidator, ScheduleValidator scheduleValidator, ClientFactory<JIRAClient> jiraClientFactory, TenantService tenantService, IssueRequiredValidator issueRequiredValidator) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.trigger.servicedesk.sla
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.trigger.servicedesk.sla with type arguments of type JIRAClientModifierConstructorDescriptionSlaThresholdBreachedTriggerExecutor(RuleScheduleStore ruleScheduleStore, SmartBeanFactory smartBeanFactory, ClientFactory<JIRAClient> clientFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.trigger.sprint
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.trigger.sprint with type arguments of type JIRAClientModifierConstructorDescriptionSprintTriggerValidator(I18nFactory i18nFactory, IssueRequiredValidator issueRequiredValidator, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.rulecomponent.jira.validator
Constructor parameters in com.codebarrel.automation.rulecomponent.jira.validator with type arguments of type JIRAClientModifierConstructorDescriptionBulkJiraPermissionValidator(ClientFactory<JIRAClient> jiraClientFactory, I18nFactory i18nFactory, RemotePermissionService remotePermissionService, ProjectManager projectManager) -
Uses of JIRAClient in com.codebarrel.automation.sample.rules.rules.global
Constructor parameters in com.codebarrel.automation.sample.rules.rules.global with type arguments of type JIRAClientModifierConstructorDescriptionCloseDuplicatesRule(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, StatusService statusService, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.sample.rules.rules.servicedesk
Constructor parameters in com.codebarrel.automation.sample.rules.rules.servicedesk with type arguments of type JIRAClientModifierConstructorDescriptionBalancedSupportRule(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, ClientFactory<JIRAClient> jiraClientFactory) SlaCommentRule(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of JIRAClient in com.codebarrel.automation.sample.rules.service
Constructor parameters in com.codebarrel.automation.sample.rules.service with type arguments of type JIRAClientModifierConstructorDescriptionEntityFlagServiceImpl(ClientFactory<JIRAClient> jiraClientFactory, TenantService tenantService) -
Uses of JIRAClient in com.codebarrel.jira.factory
Classes in com.codebarrel.jira.factory that implement JIRAClientMethods in com.codebarrel.jira.factory that return JIRAClient