Uses of Interface
com.atlassian.jira.issue.label.LabelUtil

Packages that use LabelUtil
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.label   
com.atlassian.jira.plugin.viewissue   
com.atlassian.jira.web.action.issue   
 

Uses of LabelUtil in com.atlassian.jira.issue.customfields.impl
 

Constructors in com.atlassian.jira.issue.customfields.impl with parameters of type LabelUtil
LabelsCFType(JiraAuthenticationContext authenticationContext, IssueManager issueManager, GenericConfigManager genericConfigManager, LabelUtil labelUtil, LabelManager labelManager, ProjectImportLabelFieldParser projectImportableCustomFieldParser, JiraBaseUrls jiraBaseUrls)
           
 

Uses of LabelUtil in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields that return LabelUtil
protected  LabelUtil LabelsSystemField.getLabelUtil()
           
 

Uses of LabelUtil in com.atlassian.jira.issue.label
 

Classes in com.atlassian.jira.issue.label that implement LabelUtil
 class DefaultLabelUtil
           
 

Constructors in com.atlassian.jira.issue.label with parameters of type LabelUtil
DefaultAlphabeticalLabelRenderer(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, FieldManager fieldManager, ProjectManager projectManager, LabelUtil labelUtil, I18nHelper.BeanFactory beanFactory)
           
 

Uses of LabelUtil in com.atlassian.jira.plugin.viewissue
 

Constructors in com.atlassian.jira.plugin.viewissue with parameters of type LabelUtil
DetailsBlockContextProvider(com.atlassian.plugin.PluginAccessor pluginAccessor, JiraAuthenticationContext authenticationContext, ProjectComponentManager projectComponentManager, FieldVisibilityManager fieldVisibilityManager, LabelUtil labelUtil, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, IssueManager issueManager, PermissionManager permissionManager, WorkflowManager workflowManager, VersionManager versionManager)
           
 

Uses of LabelUtil in com.atlassian.jira.web.action.issue
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type LabelUtil
EditLabels(LabelService labelService, CustomFieldManager customFieldManager, LabelUtil labelUtil)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.