com.pyxis.greenhopper.gadget
Class ProjectsResource

java.lang.Object
  extended by com.pyxis.greenhopper.gadget.AbstractGadgetResource
      extended by com.pyxis.greenhopper.gadget.ProjectsResource

public class ProjectsResource
extends AbstractGadgetResource

Generation resource for the projects dropdown in the configuration screen of several gadgets


Nested Class Summary
static class ProjectsResource.Option
           
static class ProjectsResource.Options
           
 
Field Summary
static java.lang.String ALL_PROJECTS
           
 
Fields inherited from class com.pyxis.greenhopper.gadget.AbstractGadgetResource
PROJECT_PREFIX
 
Constructor Summary
ProjectsResource(com.atlassian.jira.security.JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 javax.ws.rs.core.Response generate()
           
 
Methods inherited from class com.pyxis.greenhopper.gadget.AbstractGadgetResource
createErrorResponse, createIndexingUnavailableResponse, createOkResponse, createValidationResponse, response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_PROJECTS

public static final java.lang.String ALL_PROJECTS
See Also:
Constant Field Values
Constructor Detail

ProjectsResource

public ProjectsResource(com.atlassian.jira.security.JiraAuthenticationContext authenticationContext)
Method Detail

generate

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


Copyright © 2007-2013 Atlassian. All Rights Reserved.