com.atlassian.greenhopper.web.integration
Class TeamCalendarsResource

java.lang.Object
  extended by com.atlassian.greenhopper.web.AbstractResource
      extended by com.atlassian.greenhopper.web.integration.TeamCalendarsResource

public class TeamCalendarsResource
extends AbstractResource


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log
 
Constructor Summary
TeamCalendarsResource(SprintPermissionService sprintPermissionService, com.atlassian.jira.bc.issue.search.SearchService searchService, com.atlassian.jira.issue.fields.rest.json.beans.JiraBaseUrls jiraBaseUrls, SavedFilterService savedFilterService, SprintQueryService sprintQueryService)
           
 
Method Summary
 javax.ws.rs.core.Response getSprints(java.lang.String jql, long searchFilterId)
           
 
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, wireAuthenticationContext, wireI18nFactoryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeamCalendarsResource

public TeamCalendarsResource(SprintPermissionService sprintPermissionService,
                             com.atlassian.jira.bc.issue.search.SearchService searchService,
                             com.atlassian.jira.issue.fields.rest.json.beans.JiraBaseUrls jiraBaseUrls,
                             SavedFilterService savedFilterService,
                             SprintQueryService sprintQueryService)
Method Detail

getSprints

public javax.ws.rs.core.Response getSprints(java.lang.String jql,
                                            long searchFilterId)


Copyright © 2007-2014 Atlassian. All Rights Reserved.