|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.rest.v1.labels.IssueLabelsResource
public class IssueLabelsResource
REST resource to interact with the labels for an issue.
| Nested Class Summary | |
|---|---|
static class |
IssueLabelsResource.LabelListStruct
|
static class |
IssueLabelsResource.LabelStruct
|
static class |
IssueLabelsResource.SuggestionListStruct
|
static class |
IssueLabelsResource.SuggestionStruct
|
| Constructor Summary | |
|---|---|
IssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext,
LabelService labelService,
I18nHelper.BeanFactory i18nBeanFactory,
ApplicationProperties applicationProperties)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext,
LabelService labelService,
I18nHelper.BeanFactory i18nBeanFactory,
ApplicationProperties applicationProperties)
| Method Detail |
|---|
public javax.ws.rs.core.Response getLabels(Long issueId,
Long customFieldId)
public javax.ws.rs.core.Response getSuggestions(Long customFieldId,
String token)
public javax.ws.rs.core.Response getSuggestions(Long issueId,
Long customFieldId,
String token)
public javax.ws.rs.core.Response setLabels(Long issueId,
Long customFieldId,
String concatenatedLabels)
public static Set<String> splitLabels(String concatenatedLabels)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||