public class IssueLabelsResource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IssueLabelsResource.LabelListStruct |
static class |
IssueLabelsResource.LabelStruct |
static class |
IssueLabelsResource.SuggestionListStruct |
static class |
IssueLabelsResource.SuggestionStruct |
Constructor and Description |
---|
IssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext,
LabelService labelService,
I18nHelper i18nHelper,
ApplicationProperties applicationProperties,
XsrfInvocationChecker xsrfChecker) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getLabels(Long issueId,
Long customFieldId) |
javax.ws.rs.core.Response |
getSuggestions(Long issueId,
Long customFieldId,
String token) |
javax.ws.rs.core.Response |
getSuggestions(Long customFieldId,
String token) |
javax.ws.rs.core.Response |
setLabels(Long issueId,
Long customFieldId,
String concatenatedLabels) |
static Set<String> |
splitLabels(String concatenatedLabels) |
public IssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext, LabelService labelService, I18nHelper i18nHelper, ApplicationProperties applicationProperties, XsrfInvocationChecker xsrfChecker)
Copyright © 2002-2015 Atlassian. All Rights Reserved.