Uses of Interface
com.codebarrel.automation.api.component.inputs.ComponentInputsFactory
Packages that use ComponentInputsFactory
Package
Description
-
Uses of ComponentInputsFactory in com.codebarrel.automation.api.component.branch.condition
Constructors in com.codebarrel.automation.api.component.branch.condition with parameters of type ComponentInputsFactoryModifierConstructorDescriptionConditionBlockExecutor
(ComponentInputsFactory componentInputsFactory, RuleComponentProvider ruleComponentProvider) -
Uses of ComponentInputsFactory in com.codebarrel.automation.api.component.inputs
Classes in com.codebarrel.automation.api.component.inputs that implement ComponentInputsFactoryModifier and TypeClassDescriptionclass
class
-
Uses of ComponentInputsFactory in com.codebarrel.automation.api.service
Constructors in com.codebarrel.automation.api.service with parameters of type ComponentInputsFactoryModifierConstructorDescriptionComponentChainImpl
(RuleComponentProvider componentExecutorFactory, TenantService tenantService, TenantContext dbContext, com.codebarrel.automation.api.config.RuleConfigBean rule, List<com.codebarrel.automation.api.config.ComponentConfigBean> components, AuditItemBuilder audit, ComponentInputsFactory componentInputsFactory, BranchSubmissionService branchSubmissionService) SingleRuleExecutorServiceImpl
(RuleStatisticsService ruleStatisticsService, RuleComponentProvider componentProvider, ComponentInputsFactory componentInputsFactory, TenantService tenantService, AutomationLicenseService licenseService, AutomationQueue automationQueue, AuditService auditService, AutomationNotificationService notificationService, HourlyTenantExecutionCountLimit hourlyTenantExecutionCountLimit, HourlyRuleExecutionDurationLimit hourlyRuleExecutionDurationLimit, DailyRuleExecutionDurationLimit dailyRuleExecutionDurationLimit, ServiceLimitBreachedRuleTriggerService serviceLimitBreachedRuleTriggerService, QueuedItemServiceLimitCheck queuedItemServiceLimitCheck, TotalQueuedItemServiceLimitCheck totalQueuedItemServiceLimitCheck, BranchSubmissionService branchSubmissionService, AuditEventService auditEventService, RuleScopeService ruleScopeService, RuleAbortionService ruleAbortionService, ExecutionFinishSynchronizer executionSynchronizer, ApplicationRoleService applicationRoleService, FeatureManager featureManager, FeatureFlagCache featureFlagCache, I18nFactory i18nFactory, UserService userService, RuleComponentsValidator ruleComponentsValidator, LicenceCheckerService licenceCheckerService, AutomationErrorNotificationService errorNotificationService) -
Uses of ComponentInputsFactory in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common
Constructors in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common with parameters of type ComponentInputsFactoryModifierConstructorDescriptionCustomSmartValueFetcher
(IssueSearchService issueSearchService, ComponentInputsFactory componentInputsFactory, TenantService tenantService, IssueInputSubstitutionRenderer renderer, ComponentContext context, ComponentInputs inputs, AuditComponentChangeBuilder audit, CustomSmartValueWrapper customSmartValueWrapper, SmartBeanFactory smartBeanFactory) CustomSmartValueFetcherFactoryImpl
(ComponentInputsFactory componentInputsFactory, IssueSearchService issueSearchService, TenantService tenantService, SmartBeanFactory smartBeanFactory) -
Uses of ComponentInputsFactory in com.codebarrel.automation.rulecomponent.jira.search
Constructors in com.codebarrel.automation.rulecomponent.jira.search with parameters of type ComponentInputsFactoryModifierConstructorDescriptionBranchIssuesResultProcessor
(AuditComponentChangeBuilder audit, ComponentInputs inputs, List<NextBranchExecution> nextExecutions, ComponentInputsFactory componentInputsFactory, List<com.codebarrel.automation.api.config.ComponentConfigBean> nextComponents) -
Uses of ComponentInputsFactory in com.codebarrel.automation.rulecomponent.jira.trigger.incomingwebhook
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.incomingwebhook with parameters of type ComponentInputsFactoryModifierConstructorDescriptionIncomingWebhookTriggerExecutor
(IssueSearchService issueSearchService, IssueInputSubstitutionRenderer renderer, ComponentInputsFactory componentInputsFactory, AutomationObservabilityService observabilityService, RuleAbortionService ruleAbortionService) -
Uses of ComponentInputsFactory in com.codebarrel.automation.rulecomponent.jira.trigger.scheduled
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.scheduled with parameters of type ComponentInputsFactoryModifierConstructorDescriptionJqlScheduledTriggerExecutor
(IssueSearchService issueSearchService, RuleStatisticsService ruleStatisticsService, ComponentInputsFactory componentInputsFactory, IssueInputSubstitutionRenderer renderer, RuleAbortionService ruleAbortionService)