Uses of Interface
com.atlassian.jira.issue.IssueTextFieldCharacterLengthValidator
Packages that use IssueTextFieldCharacterLengthValidator
Package
Description
-
Uses of IssueTextFieldCharacterLengthValidator in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return IssueTextFieldCharacterLengthValidatorModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.issueTextFieldCharacterLengthValidator(TextFieldCharacterLengthValidator textFieldCharacterLengthValidator) Methods in com.atlassian.jira.component.spring.registrar with parameters of type IssueTextFieldCharacterLengthValidatorModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.defaultIssueManager(OfBizDelegator ofBizDelegator, WorkflowManager workflowManager, NodeAssociationStore nodeAssociationStore, UserAssociationStore userAssociationStore, IssueUpdater issueUpdater, PermissionManager permissionManager, MovedIssueKeyStore movedIssueKeyStore, ProjectKeyStore projectKeyStore, IssueTextFieldCharacterLengthValidator issueTextFieldCharacterLengthValidator) JiraDomainEntitiesConfiguration.workflowManager(com.opensymphony.workflow.config.Configuration configuration, DraftWorkflowStore draftWorkflowStore, com.atlassian.event.api.EventPublisher eventPublisher, WorkflowsRepository workflowsRepository, WorkflowCopyNameFactory workflowCopyNameFactory, JiraAuthenticationContext context, IssueTextFieldCharacterLengthValidator textFieldCharacterLengthValidator) -
Uses of IssueTextFieldCharacterLengthValidator in com.atlassian.jira.issue
Classes in com.atlassian.jira.issue that implement IssueTextFieldCharacterLengthValidator -
Uses of IssueTextFieldCharacterLengthValidator in com.atlassian.jira.issue.managers
Constructors in com.atlassian.jira.issue.managers with parameters of type IssueTextFieldCharacterLengthValidatorModifierConstructorDescriptionDefaultIssueManager(OfBizDelegator ofBizDelegator, WorkflowManager workflowManager, NodeAssociationStore nodeAssociationStore, UserAssociationStore userAssociationStore, IssueUpdater issueUpdater, PermissionManager permissionManager, MovedIssueKeyStore movedIssueKeyStore, ProjectKeyStore projectKeyStore, IssueTextFieldCharacterLengthValidator issueTextFieldCharacterLengthValidator) -
Uses of IssueTextFieldCharacterLengthValidator in com.atlassian.jira.workflow
Constructors in com.atlassian.jira.workflow with parameters of type IssueTextFieldCharacterLengthValidatorModifierConstructorDescriptionOSWorkflowManager(com.opensymphony.workflow.config.Configuration configuration, DraftWorkflowStore draftWorkflowStore, com.atlassian.event.api.EventPublisher eventPublisher, WorkflowsRepository workflowsRepository, WorkflowCopyNameFactory workflowCopyNameFactory, JiraAuthenticationContext context, IssueTextFieldCharacterLengthValidator textFieldCharacterLengthValidator)