com.atlassian.jira.gadgets.system
Class LabelsResource

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.LabelsResource

public class LabelsResource
extends Object

Labels Resource for the label gadget

Since:
v4.2

Nested Class Summary
static class LabelsResource.LabelField
           
static class LabelsResource.LabelFields
           
 
Constructor Summary
LabelsResource(CustomFieldManager customFieldManager, JiraAuthenticationContext authenticationContext, AlphabeticalLabelRenderer alphabeticalLabelRenderer)
           
 
Method Summary
 javax.ws.rs.core.Response getLabelFields()
           
 javax.ws.rs.core.Response getLabelGroups(String project, String fieldId)
           
 javax.ws.rs.core.Response validateLabelGadgetConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelsResource

public LabelsResource(CustomFieldManager customFieldManager,
                      JiraAuthenticationContext authenticationContext,
                      AlphabeticalLabelRenderer alphabeticalLabelRenderer)
Method Detail

getLabelFields

public javax.ws.rs.core.Response getLabelFields()

validateLabelGadgetConfiguration

public javax.ws.rs.core.Response validateLabelGadgetConfiguration()

getLabelGroups

public javax.ws.rs.core.Response getLabelGroups(String project,
                                                String fieldId)


Copyright © 2002-2012 Atlassian. All Rights Reserved.