Uses of Interface
com.atlassian.jira.issue.label.LabelManager
Packages that use LabelManager
Package
Description
-
Uses of LabelManager in com.atlassian.jira.bc.issue.label
Constructors in com.atlassian.jira.bc.issue.label with parameters of type LabelManagerModifierConstructorDescriptionDefaultLabelService(PermissionManager permissionManager, IssueManager issueManager, LabelManager labelManager, I18nHelper.BeanFactory beanFactory, CustomFieldManager customFieldManager, FieldLayoutManager fieldLayoutManager) -
Uses of LabelManager in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar
Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar that return LabelManagerModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.defaultLabelManager(LabelStore labelStore, IssueManager issueManager, IssueUpdater issueUpdater, LabelSuggester labelSuggester) Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar with parameters of type LabelManagerModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.defaultLabelService(PermissionManager permissionManager, IssueManager issueManager, LabelManager labelManager, I18nHelper.BeanFactory beanFactory, CustomFieldManager customFieldManager, FieldLayoutManager fieldLayoutManager) JiraDomainEntitiesConfiguration.issueFactory(IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, FieldManager fieldManager, AttachmentManager attachmentManager, ProjectFactory projectFactory, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager, JqlLocalDateSupport jqlLocalDateSupport, JiraAuthenticationContext jiraAuthenticationContext, IssueArchiveHelper issueArchiveHelper) SearchConfiguration.CommonSearchConfiguration.labelsClauseValuesGenerator(LabelManager labelManager) -
Uses of LabelManager in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return LabelManagerMethods in com.atlassian.jira.issue with parameters of type LabelManagerModifier and TypeMethodDescriptionstatic voidMockIssueFactory.setLabelManager(LabelManager labelManager) Constructors in com.atlassian.jira.issue with parameters of type LabelManagerModifierConstructorDescriptionDefaultIssueFactory(IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, FieldManager fieldManager, AttachmentManager attachmentManager, ProjectFactory projectFactory, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager, JqlLocalDateSupport jqlLocalDateSupport, JiraAuthenticationContext jiraAuthenticationContext, IssueArchiveHelper issueArchiveHelper) IssueImpl(Issue issue, IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager, JiraAuthenticationContext jiraAuthenticationContext, IssueArchiveHelper issueArchiveHelper) Create an issue, cloning another issue's data.IssueImpl(org.ofbiz.core.entity.GenericValue genericValue, IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager, JiraAuthenticationContext jiraAuthenticationContext, IssueArchiveHelper issueArchiveHelper) Load an issue backed by the database. -
Uses of LabelManager in com.atlassian.jira.issue.customfields.impl
Constructors in com.atlassian.jira.issue.customfields.impl with parameters of type LabelManagerModifierConstructorDescriptionLabelsCFType(JiraAuthenticationContext authenticationContext, IssueManager issueManager, GenericConfigManager genericConfigManager, LabelUtil labelUtil, LabelManager labelManager, ProjectImportLabelFieldParser projectImportableCustomFieldParser, JiraBaseUrls jiraBaseUrls) -
Uses of LabelManager in com.atlassian.jira.issue.fields
Constructors in com.atlassian.jira.issue.fields with parameters of type LabelManagerModifierConstructorDescriptionLabelsSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, LabelsSearchHandlerFactory searchHandlerFactory, LabelManager labelManager, IssueManager issueManager, JiraBaseUrls jiraBaseUrls) -
Uses of LabelManager in com.atlassian.jira.issue.label
Classes in com.atlassian.jira.issue.label that implement LabelManagerModifier and TypeClassDescriptionclassManager responsible for label operations. -
Uses of LabelManager in com.atlassian.jira.jql.values
Constructors in com.atlassian.jira.jql.values with parameters of type LabelManager