Modifier and Type | Method and Description |
---|---|
Set<Label> |
LabelService.LabelsResult.getLabels() |
Constructor and Description |
---|
LabelsResult(Set<Label> labels,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
Set<Label> |
ExternalIssue.getLabels() |
Set<Label> |
ExternalIssueImpl.getLabels() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalIssue.setLabels(Set<Label> labels) |
void |
ExternalIssueImpl.setLabels(Set<Label> labels) |
Modifier and Type | Method and Description |
---|---|
Set<Label> |
DocumentIssueImpl.getLabels() |
Set<Label> |
IssueImpl.getLabels() |
Set<Label> |
Issue.getLabels()
Returns a set of all the labels for this issue or an empty set if none exist yet.
|
Modifier and Type | Method and Description |
---|---|
void |
IssueImpl.setLabels(Set<Label> labels) |
void |
MutableIssue.setLabels(Set<Label> labels)
Set the labels for this issue.
|
Modifier and Type | Method and Description |
---|---|
Label |
LabelsCFType.getSingularObjectFromString(String string) |
Modifier and Type | Method and Description |
---|---|
Set<Label> |
LabelsCFType.getDefaultValue(FieldConfig fieldConfig) |
Set<Label> |
LabelsCFType.getValueFromCustomFieldParams(CustomFieldParams customFieldParams) |
Set<Label> |
LabelsCFType.getValueFromIssue(CustomField field,
Issue issue) |
Modifier and Type | Method and Description |
---|---|
String |
LabelsCFType.getStringFromSingularObject(Label singularObject) |
Modifier and Type | Method and Description |
---|---|
int |
LabelsCFType.compare(Set<Label> customFieldObjectValue1,
Set<Label> customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
LabelsCFType.compare(Set<Label> customFieldObjectValue1,
Set<Label> customFieldObjectValue2,
FieldConfig fieldConfig) |
void |
LabelsCFType.createValue(CustomField field,
Issue issue,
Set<Label> value) |
String |
LabelsCFType.getChangelogValue(CustomField field,
Set<Label> value) |
void |
LabelsCFType.setDefaultValue(FieldConfig fieldConfig,
Set<Label> value) |
void |
LabelsCFType.updateValue(CustomField field,
Issue issue,
Set<Label> value) |
boolean |
LabelsCFType.valuesEqual(Set<Label> oldLabels,
Set<Label> newLabels) |
boolean |
LabelsCFType.valuesEqual(Set<Label> oldLabels,
Set<Label> newLabels) |
Modifier and Type | Method and Description |
---|---|
Label |
DefaultLabelManager.addLabel(ApplicationUser remoteUser,
Long issueId,
Long customFieldId,
String label,
boolean sendNotification) |
Label |
LabelManager.addLabel(ApplicationUser remoteUser,
Long issueId,
Long customFieldId,
String label,
boolean sendNotification)
Adds a label to the issue and customFieldId provided.
|
Label |
DefaultLabelManager.addLabel(ApplicationUser remoteUser,
Long issueId,
String label,
boolean sendNotification) |
Label |
LabelManager.addLabel(ApplicationUser remoteUser,
Long issueId,
String label,
boolean sendNotification)
Adds a label to the issue provided.
|
Label |
LabelStore.addLabel(Long issueId,
Long customFieldId,
String label)
Adds a new label to the issue for the custom field specified.
|
Label |
OfBizLabelStore.addLabel(Long issueId,
Long customFieldId,
String label) |
Label |
CachingLabelStore.addLabel(Long issueId,
Long customFieldId,
String label) |
Modifier and Type | Method and Description |
---|---|
static Set<Label> |
LabelParser.buildFromString(String labelsString)
Takes a set of labels represented as a string and parses them out.
|
Set<Label> |
DefaultLabelManager.getLabels(Long issueId) |
Set<Label> |
LabelManager.getLabels(Long issueId)
Returns all the labels for the given issue.
|
Set<Label> |
LabelStore.getLabels(Long issueId,
Long customFieldId)
Returns all the labels for the given issue and custom field.
|
Set<Label> |
OfBizLabelStore.getLabels(Long issueId,
Long customFieldId) |
Set<Label> |
CachingLabelStore.getLabels(Long issueId,
Long customFieldId) |
Set<Label> |
DefaultLabelManager.getLabels(Long issueId,
Long customFieldId) |
Set<Label> |
LabelManager.getLabels(Long issueId,
Long customFieldId)
Returns all the labels for the given issue and custom field.
|
Set<Label> |
DefaultLabelManager.setLabels(ApplicationUser remoteUser,
Long issueId,
Long customFieldId,
Set<String> labels,
boolean sendNotification,
boolean causesChangeNotification) |
Set<Label> |
LabelManager.setLabels(ApplicationUser 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> |
DefaultLabelManager.setLabels(ApplicationUser remoteUser,
Long issueId,
Set<String> labels,
boolean sendNotification,
boolean causesChangeNotification) |
Set<Label> |
LabelManager.setLabels(ApplicationUser remoteUser,
Long issueId,
Set<String> labels,
boolean sendNotification,
boolean causeChangeNotification)
Sets the labels for a particular issue to the set specified as a parameter.
|
Set<Label> |
LabelStore.setLabels(Long issueId,
Long customFieldId,
Set<String> labels)
Sets the labels for a particular issue and field combo to the set specified as a parameter.
|
Set<Label> |
OfBizLabelStore.setLabels(Long issueId,
Long customFieldId,
Set<String> labels) |
Set<Label> |
CachingLabelStore.setLabels(Long issueId,
Long customFieldId,
Set<String> labels) |
Modifier and Type | Method and Description |
---|---|
int |
LabelComparator.compare(Label label1,
Label label2) |
Constructor and Description |
---|
LabelsSearchInputTransformer(IndexInfoResolver<Label> indexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry) |
Modifier and Type | Method and Description |
---|---|
String |
LabelIndexInfoResolver.getIndexedValue(Label label) |
Modifier and Type | Method and Description |
---|---|
Set<Label> |
TemplateIssue.getLabels() |
Modifier and Type | Method and Description |
---|---|
Set<Label> |
MockIssue.getLabels() |
Modifier and Type | Method and Description |
---|---|
void |
MockIssue.setLabels(Set<Label> labels) |
Modifier and Type | Method and Description |
---|---|
IssueLabelsResource.LabelListStruct |
IssueLabelsResource.LabelListStruct.addLabel(Label label) |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
LabelBean.asStrings(Collection<Label> labels) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.