Uses of Interface
com.codebarrel.i18n.I18nFactory
Packages that use I18nFactory
Package
Description
com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.servicedesk
-
Uses of I18nFactory in com.codebarrel.api.templates
Constructors in com.codebarrel.api.templates with parameters of type I18nFactoryModifierConstructorDescriptionMustacheTemplateRenderer
(I18nFactory i18nFactory, StaticPrefixProvider staticPrefixProvider, PartialSupplier partialSupplier) -
Uses of I18nFactory in com.codebarrel.automation.api.component.trigger.servicelimit
Constructors in com.codebarrel.automation.api.component.trigger.servicelimit with parameters of type I18nFactoryModifierConstructorDescriptionServiceLimitBreachedTriggerExecutor
(RuleStatisticsService ruleStatisticsService, HourlyRuleExecutionDurationLimit hourlyRuleExecutionDurationLimit, DailyRuleExecutionDurationLimit dailyRuleExecutionDurationLimit, AutomationConfigService automationConfigService, I18nFactory i18nFactory, UserService userService) ServiceLimitBreachedTriggerValidator
(I18nFactory i18nFactory) -
Uses of I18nFactory in com.codebarrel.automation.api.service
Constructors in com.codebarrel.automation.api.service with parameters of type I18nFactoryModifierConstructorDescriptionAutomationConfigServiceImpl
(UserService userService, I18nFactory i18nFactory, RuleComponentsValidator ruleComponentsValidator, RuleComponentProvider componentProvider, AutomationConfigStore store, RuleScheduleService ruleScheduleService, AutomationLicenseService licenseService, FeedbackStore feedbackStore, AuditService auditService, RuleLabelService ruleLabelService, RuleUserResolver ruleUserResolver, AuditEventService auditEventService, RuleScopeService ruleScopeService, RuleAbortionService ruleAbortionService, AutomationObservabilityService observabilityService, AutomationPermissionService automationPermissionService, ApplicationRoleService applicationRoleService, FeatureManager featureFlagManager) AutomationErrorNotificationServiceImpl
(RuleStatisticsService ruleStatisticsService, EmailSender emailSender, TenantService tenantService, I18nFactory i18nFactory, AutomationLinkService automationLinkService, UserService userService) ChangeManagementServiceImpl
(RuleLabelService ruleLabelService, I18nFactory i18nFactory, JiraChangeManagementService jiraChangeManagementService) RuleLabelServiceImpl
(RuleLabelStore ruleLabelStore, I18nFactory i18nFactory, AutomationLicenseService automationLicenseService, AddonProperties addonProperties, AutomationConfigService automationConfigService) RuleSecretServiceImpl
(RuleSecretStore ruleSecretStore, I18nFactory i18nFactory, ProjectService projectService, AutomationConfigService configService, RuleSecretTransformer ruleSecretTransformer) 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 I18nFactory in com.codebarrel.automation.api.store
Constructors in com.codebarrel.automation.api.store with parameters of type I18nFactory -
Uses of I18nFactory in com.codebarrel.automation.api.validation
Constructors in com.codebarrel.automation.api.validation with parameters of type I18nFactoryModifierConstructorDescriptionRuleComponentsValidatorImpl
(RuleComponentProvider ruleComponentProvider, I18nFactory i18nFactory, BulkValidatorProvider bulkValidatorProvider, LicenceCheckerService licenceCheckerService) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.addcustomer
Constructors in com.codebarrel.automation.rulecomponent.jira.action.addcustomer with parameters of type I18nFactoryModifierConstructorDescriptionAddCustomerActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.addworklog
Constructors in com.codebarrel.automation.rulecomponent.jira.action.addworklog with parameters of type I18nFactoryModifierConstructorDescriptionAddWorklogActionValidator
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.assign
Constructors in com.codebarrel.automation.rulecomponent.jira.action.assign with parameters of type I18nFactoryModifierConstructorDescriptionAssignIssueActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, JqlQueryValidator jqlQueryValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.autoapprove
Constructors in com.codebarrel.automation.rulecomponent.jira.action.autoapprove with parameters of type I18nFactoryModifierConstructorDescriptionAutoApproveActionExecutor
(ClientFactory<JIRAClient> jiraClientFactory, I18nFactory i18nFactory, UserService userService) AutoApproveActionValidator
(I18nFactory i18nFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.clone
Constructors in com.codebarrel.automation.rulecomponent.jira.action.clone with parameters of type I18nFactoryModifierConstructorDescriptionCloneIssueActionValidator
(I18nFactory i18nFactory, AdvancedFieldsValidator advancedFieldsValidator, TenantService tenantService, IssueFieldsValidator issueFieldsValidator, IssueInputSubstitutionRenderer issueInputSubstitutionRenderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.comment
Constructors in com.codebarrel.automation.rulecomponent.jira.action.comment with parameters of type I18nFactoryModifierConstructorDescriptionCommentActionValidator
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.create
Constructors in com.codebarrel.automation.rulecomponent.jira.action.create with parameters of type I18nFactoryModifierConstructorDescriptionCreateIssueActionValidator
(I18nFactory i18nFactory, AdvancedFieldsValidator advancedFieldsValidator, IssueFieldsValidator issueFieldsValidator, JiraDataService jiraDataService, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.createsdrequest
Constructors in com.codebarrel.automation.rulecomponent.jira.action.createsdrequest with parameters of type I18nFactoryModifierConstructorDescriptionCreateServiceDeskRequestActionValidator
(I18nFactory i18nFactory, AdvancedFieldsValidator advancedFieldsValidator, ClientFactory<JIRAClient> jiraClientFactory, IssueFieldsValidator issueFieldsValidator, AdvancedFieldsProcessor advancedFieldsProcessor, RemotePermissionService permissionService, RequestTypeValidationHelper requestTypeValidationHelper) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.createsubtasks
Constructors in com.codebarrel.automation.rulecomponent.jira.action.createsubtasks with parameters of type I18nFactoryModifierConstructorDescriptionCreateSubtasksActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.deleteattachments
Constructors in com.codebarrel.automation.rulecomponent.jira.action.deleteattachments with parameters of type I18nFactoryModifierConstructorDescriptionDeleteAttachmentsActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.deletecomment
Constructors in com.codebarrel.automation.rulecomponent.jira.action.deletecomment with parameters of type I18nFactoryModifierConstructorDescriptionDeleteCommentActionValidator
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory, AddonProperties addonProperties) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.edit
Constructors in com.codebarrel.automation.rulecomponent.jira.action.edit with parameters of type I18nFactoryModifierConstructorDescriptionEditIssueActionValidator
(I18nFactory i18nFactory, AdvancedFieldsValidator advancedFieldsValidator, IssueFieldsValidator issueFieldsValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.hipchat
Constructors in com.codebarrel.automation.rulecomponent.jira.action.hipchat with parameters of type I18nFactoryModifierConstructorDescriptionHipChatNotificationActionValidator
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory, WebRequestURLValidator validator, SecretFieldValidator secretValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.linkissue
Constructors in com.codebarrel.automation.rulecomponent.jira.action.linkissue with parameters of type I18nFactoryModifierConstructorDescriptionLinkIssueActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.log
Constructors in com.codebarrel.automation.rulecomponent.jira.action.log with parameters of type I18nFactoryModifierConstructorDescriptionLogActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.msteams
Constructors in com.codebarrel.automation.rulecomponent.jira.action.msteams with parameters of type I18nFactoryModifierConstructorDescriptionMicrosoftTeamsNotificationActionExecutor
(MicrosoftTeamsClient msTeamsClient, IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory, UserService userService, ExecutingRequestURLChecker requestValidator, SecretFieldResolver secretResolver) MicrosoftTeamsNotificationActionValidator
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory, WebRequestURLValidator validator, SecretFieldValidator secretValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.outgoingemail
Constructors in com.codebarrel.automation.rulecomponent.jira.action.outgoingemail with parameters of type I18nFactoryModifierConstructorDescriptionOutgoingEmailActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, AddonProperties addonProperties) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.outgoingwebhook
Constructors in com.codebarrel.automation.rulecomponent.jira.action.outgoingwebhook with parameters of type I18nFactoryModifierConstructorDescriptionOutgoingWebhookActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, WebRequestURLValidator validator, SecretFieldValidator secretValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.publishevent
Constructors in com.codebarrel.automation.rulecomponent.jira.action.publishevent with parameters of type I18nFactory -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.setentityproperty
Constructors in com.codebarrel.automation.rulecomponent.jira.action.setentityproperty with parameters of type I18nFactoryModifierConstructorDescriptionSetEntityPropertyActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, RemotePermissionService remotePermissionService) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.slack
Constructors in com.codebarrel.automation.rulecomponent.jira.action.slack with parameters of type I18nFactoryModifierConstructorDescriptionSlackNotificationActionValidator
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory, WebRequestURLValidator validator, SecretFieldValidator secretFieldValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.stride
Constructors in com.codebarrel.automation.rulecomponent.jira.action.stride with parameters of type I18nFactoryModifierConstructorDescriptionStrideNotificationActionValidator
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory, WebRequestURLValidator validator, SecretFieldValidator secretValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.transition
Constructors in com.codebarrel.automation.rulecomponent.jira.action.transition with parameters of type I18nFactoryModifierConstructorDescriptionTransitionIssueActionValidator
(I18nFactory i18nFactory, AdvancedFieldsValidator advancedFieldsValidator, IssueInputSubstitutionRenderer renderer, IssueFieldsValidator issueFieldsValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.twilio
Constructors in com.codebarrel.automation.rulecomponent.jira.action.twilio with parameters of type I18nFactoryModifierConstructorDescriptionTwilioNotificationActionValidator
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory, TwilioClient twilioClient, WebRequestURLValidator validator, SecretFieldValidator secretValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.action.watchers
Constructors in com.codebarrel.automation.rulecomponent.jira.action.watchers with parameters of type I18nFactoryModifierConstructorDescriptionManageWatcherActionValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory 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 I18nFactoryModifierConstructorDescriptionIssueFieldsValidator
(IssueFieldsFactory issueFieldsFactory, I18nFactory i18nFactory) IssueRequiredValidator
(I18nFactory i18nFactory, RuleComponentProvider componentProvider) JqlQueryValidator
(I18nFactory i18nFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.customsmartvalue
Constructors in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.customsmartvalue with parameters of type I18nFactoryModifierConstructorDescriptionCustomSmartValueValidator
(I18nFactory i18nFactory, JqlQueryValidator jqlQueryValidator, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory, FeatureManager featureManager) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields
Constructors in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields with parameters of type I18nFactoryModifierConstructorDescriptionAbstractDateField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) AssigneeField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, UserFieldMapper userFieldMapper) AttachmentField
(I18nFactory i18nFactory, ClientFactory<JIRAClient> jiraClientFactory) ComponentsField
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory) CreatorField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, UserFieldMapper userFieldMapper) DateField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) DateTimeField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) GroupSelectField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) IssueLinksField
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory, ClientFactory<JIRAClient> jiraClientFactory) IssueTypeField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) LabelsField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) MultiGroupSelectField
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory) MultiSelectField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) MultiUserSelectField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, UserFieldMapper userFieldMapper) MultiVersionField
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory) NumberField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) ParentField
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory) PriorityField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory) ProjectField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) ResolutionField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) SecurityLevelField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) SelectField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) SingleVersionField
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory) StatusField
(I18nFactory i18nFactory) SummaryField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) TextAreaField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) TextField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) UserSelectField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, UserFieldMapper userFieldMapper) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.insight
Constructors in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.insight with parameters of type I18nFactory -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.servicedesk
Constructors in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.servicedesk with parameters of type I18nFactoryModifierConstructorDescriptionOrganizationSelectField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, ServiceDeskComponentService serviceDeskComponentService, AutomationLicenseService automationLicenseService, AddonProperties addonProperties) RaiseOnBehalfOfField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, UserFieldMapper userFieldMapper) RequestParticipantsField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, UserFieldMapper userFieldMapper, AddonProperties addonProperties) RequestTypeField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory, RequestTypeValidationHelper requestTypeValidationHelper) SdMultiGroupSelectField
(IssueInputSubstitutionRenderer renderer, I18nFactory i18nFactory) ServiceEntityField
(I18nFactory i18nFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.software
Constructors in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.software with parameters of type I18nFactoryModifierConstructorDescriptionEpicField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, JiraDataService jiraDataService) SprintField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.tempo
Constructors in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.tempo with parameters of type I18nFactoryModifierConstructorDescriptionTempoAccountField
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.secrets
Constructors in com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.secrets with parameters of type I18nFactoryModifierConstructorDescriptionSecretFieldValidator
(RuleSecretService secretService, I18nFactory i18nFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.condition.affectedservices
Constructors in com.codebarrel.automation.rulecomponent.jira.condition.affectedservices with parameters of type I18nFactoryModifierConstructorDescriptionAffectedServicesConditionValidator
(I18nFactory i18nFactory, ServiceEntityAttributesFactory serviceEntityAttributesFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.condition.comparator
Constructors in com.codebarrel.automation.rulecomponent.jira.condition.comparator with parameters of type I18nFactoryModifierConstructorDescriptionComparatorValidator
(I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.condition.issue
Constructors in com.codebarrel.automation.rulecomponent.jira.condition.issue with parameters of type I18nFactoryModifierConstructorDescriptionIssueConditionValidator
(I18nFactory i18nFactory, IssueFieldsFactory issueFieldsFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.condition.jql
Constructors in com.codebarrel.automation.rulecomponent.jira.condition.jql with parameters of type I18nFactoryModifierConstructorDescriptionJqlConditionValidator
(I18nFactory i18nFactory, JqlQueryValidator jqlQueryValidator, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.condition.user
Constructors in com.codebarrel.automation.rulecomponent.jira.condition.user with parameters of type I18nFactoryModifierConstructorDescriptionUserConditionValidator
(ClientFactory<JIRAClient> jiraClientFactory, I18nFactory i18nFactory, JiraDataService jiraDataService, IssueInputSubstitutionRenderer renderer) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.service.webhook
Constructors in com.codebarrel.automation.rulecomponent.jira.service.webhook with parameters of type I18nFactoryModifierConstructorDescriptionOutgoingWebhookValidationService
(OutgoingWebhookActionValidator outgoingWebhookActionValidator, ClientFactory<JIRAClient> jiraClientFactory, SmartBeanFactory smartBeanFactory, IssueInputSubstitutionRenderer renderer, SandboxedHttpSender sandboxedHttpSender, I18nFactory i18nFactory, RuleSecretService secretService) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.trigger.event
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.event with parameters of type I18nFactoryModifierConstructorDescriptionIssueEventTriggerValidator
(I18nFactory i18nFactory, SingleEventValidator eventValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.trigger.event.multiple
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.event.multiple with parameters of type I18nFactoryModifierConstructorDescriptionMultipleIssueEventTriggerValidator
(I18nFactory i18nFactory, SingleEventValidator eventValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.trigger.fieldchanged
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.fieldchanged with parameters of type I18nFactory -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.trigger.incomingwebhook
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.incomingwebhook with parameters of type I18nFactoryModifierConstructorDescriptionIncomingWebhookTriggerValidator
(JqlQueryValidator jqlQueryValidator, I18nFactory i18nFactory, IssueInputSubstitutionRenderer renderer, AutomationConfigStore store, AddonProperties addonProperties, IssueRequiredValidator issueRequiredValidator, FeatureManager featureManager) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.trigger.scheduled
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.scheduled with parameters of type I18nFactoryModifierConstructorDescriptionJqlScheduledTriggerValidator
(I18nFactory i18nFactory, JqlQueryValidator jqlQueryValidator, ScheduleValidator scheduleValidator, ClientFactory<JIRAClient> jiraClientFactory, TenantService tenantService, IssueRequiredValidator issueRequiredValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.trigger.servicedesk.sla
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.servicedesk.sla with parameters of type I18nFactoryModifierConstructorDescriptionSlaThresholdBreachedValidator
(I18nFactory i18nFactory, FieldService fieldService) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.trigger.sprint
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.sprint with parameters of type I18nFactoryModifierConstructorDescriptionSprintTriggerValidator
(I18nFactory i18nFactory, IssueRequiredValidator issueRequiredValidator, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.trigger.version
Constructors in com.codebarrel.automation.rulecomponent.jira.trigger.version with parameters of type I18nFactoryModifierConstructorDescriptionVersionTriggerValidator
(I18nFactory i18nFactory, IssueRequiredValidator issueRequiredValidator) -
Uses of I18nFactory in com.codebarrel.automation.rulecomponent.jira.validator
Constructors in com.codebarrel.automation.rulecomponent.jira.validator with parameters of type I18nFactoryModifierConstructorDescriptionBulkJiraPermissionValidator
(ClientFactory<JIRAClient> jiraClientFactory, I18nFactory i18nFactory, RemotePermissionService remotePermissionService) -
Uses of I18nFactory in com.codebarrel.automation.sample.rules.rules.business
Constructors in com.codebarrel.automation.sample.rules.rules.business with parameters of type I18nFactoryModifierConstructorDescriptionAutoAssignOnTransitionRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, StatusService statusService) -
Uses of I18nFactory in com.codebarrel.automation.sample.rules.rules.global
Constructors in com.codebarrel.automation.sample.rules.rules.global with parameters of type I18nFactoryModifierConstructorDescriptionCloseDuplicatesRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, StatusService statusService, ClientFactory<JIRAClient> jiraClientFactory) CloseParentOnSubTaskCompleteRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, StatusService statusService) CloseSubTaskOnParentCompleteRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, StatusService statusService) CommentRelatedOnResolveRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory) LinkMentionedIssuesRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory) -
Uses of I18nFactory in com.codebarrel.automation.sample.rules.rules.servicedesk
Constructors in com.codebarrel.automation.sample.rules.rules.servicedesk with parameters of type I18nFactoryModifierConstructorDescriptionBalancedSupportRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, ClientFactory<JIRAClient> jiraClientFactory) CloseInactiveRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, StatusService statusService) ReopenIssueOnCommentRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, StatusService statusService) SetOrganizationByReporterRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, FieldService fieldService) SlaCommentRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, ClientFactory<JIRAClient> jiraClientFactory) -
Uses of I18nFactory in com.codebarrel.automation.sample.rules.rules.servicedesk.changemanagement
Constructors in com.codebarrel.automation.sample.rules.rules.servicedesk.changemanagement with parameters of type I18nFactoryModifierConstructorDescriptionAutoTriageChangesRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, FieldService fieldService, ChangeManagementService changeManagementService, StatusService statusService) CalculateChangeRiskRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, FieldService fieldService, ChangeManagementService changeManagementService) -
Uses of I18nFactory in com.codebarrel.automation.sample.rules.rules.software
Constructors in com.codebarrel.automation.sample.rules.rules.software with parameters of type I18nFactoryModifierConstructorDescriptionCloseEpicOnStoryCompleteRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, StatusService statusService) CloseStoryOnEpicCompleteRule
(SampleRulesBuilderFactory sampleRulesBuilderFactory, I18nFactory i18nFactory, StatusService statusService) -
Uses of I18nFactory in com.codebarrel.automation.sample.rules.service
Constructors in com.codebarrel.automation.sample.rules.service with parameters of type I18nFactoryModifierConstructorDescriptionSampleRulesServiceImpl
(AutomationConfigService automationConfigService, I18nFactory i18nFactory, ProjectService projectService, SampleRulesProviderFactory providerFactory) -
Uses of I18nFactory in com.codebarrel.i18n
Classes in com.codebarrel.i18n that implement I18nFactory -
Uses of I18nFactory in com.codebarrel.tests.i18n
Classes in com.codebarrel.tests.i18n that implement I18nFactory