com.atlassian.greenhopper.gadget
Class SprintHealthResource

java.lang.Object
  extended by com.atlassian.greenhopper.web.AbstractResource
      extended by com.atlassian.greenhopper.gadget.SprintHealthResource

public class SprintHealthResource
extends AbstractResource

Exposes sprint health data


Nested Class Summary
static class SprintHealthResource.ColumnModel
           
 
Field Summary
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log
 
Constructor Summary
SprintHealthResource(RapidViewService rapidViewService, SprintManager sprintManager, SprintHealthService sprintMetricsService, I18nFactoryService i18nFactoryService)
           
 
Method Summary
 javax.ws.rs.core.Response getSprintHealth(java.lang.Long rapidViewId, java.lang.Long sprintId)
           
 
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

SprintHealthResource

public SprintHealthResource(RapidViewService rapidViewService,
                            SprintManager sprintManager,
                            SprintHealthService sprintMetricsService,
                            I18nFactoryService i18nFactoryService)
Method Detail

getSprintHealth

public javax.ws.rs.core.Response getSprintHealth(java.lang.Long rapidViewId,
                                                 java.lang.Long sprintId)


Copyright © 2007-2013 Atlassian. All Rights Reserved.