Uses of Class
com.atlassian.jira.issue.label.Label

Packages that use Label
com.atlassian.jira.bc.issue.label   
com.atlassian.jira.issue   
com.atlassian.jira.issue.label   
 

Uses of Label in com.atlassian.jira.bc.issue.label
 

Methods in com.atlassian.jira.bc.issue.label that return types with arguments of type Label
 Set<Label> LabelService.LabelsResult.getLabels()
           
 

Constructor parameters in com.atlassian.jira.bc.issue.label with type arguments of type Label
LabelService.LabelsResult(Set<Label> labels, ErrorCollection errorCollection)
           
 

Uses of Label in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that return types with arguments of type Label
 Set<Label> Issue.getLabels()
          Returns a set of all the labels for this issue or an empty set if none exist yet.
 

Method parameters in com.atlassian.jira.issue with type arguments of type Label
 void MutableIssue.setLabels(Set<Label> labels)
          Set the labels for this issue.
 

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

Methods in com.atlassian.jira.issue.label that return Label
 Label LabelManager.addLabel(com.atlassian.crowd.embedded.api.User remoteUser, Long issueId, Long customFieldId, String label, boolean sendNotification)
          Adds a label to the issue and customFieldId provided.
 Label LabelManager.addLabel(com.atlassian.crowd.embedded.api.User remoteUser, Long issueId, String label, boolean sendNotification)
          Adds a label to the issue provided.
 

Methods in com.atlassian.jira.issue.label that return types with arguments of type Label
static Set<Label> LabelParser.buildFromString(String labelsString)
          Takes a set of labels represented as a string and parses them out.
 Set<Label> LabelManager.getLabels(Long issueId)
          Returns all the labels for the given issue.
 Set<Label> LabelManager.getLabels(Long issueId, Long customFieldId)
          Returns all the labels for the given issue and custom field.
 Set<Label> LabelManager.setLabels(com.atlassian.crowd.embedded.api.User remoteUser, Long issueId, Long customFieldId, Set<String> labels, boolean sendNotification, boolean causeChangeNotification)
          Sets the labels for a particular issue and field combo to the set specified as a parameter.
 Set<Label> LabelManager.setLabels(com.atlassian.crowd.embedded.api.User remoteUser, Long issueId, Set<String> labels, boolean sendNotification, boolean causeChangeNotification)
          Sets the labels for a particular issue to the set specified as a parameter.
 

Methods in com.atlassian.jira.issue.label with parameters of type Label
 int LabelComparator.compare(Label label1, Label label2)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.