com.atlassian.greenhopper.web.rapid.sprint
Class StartSprintResource

java.lang.Object
  extended by com.atlassian.greenhopper.web.AbstractResource
      extended by com.atlassian.greenhopper.web.rapid.sprint.StartSprintResource

public class StartSprintResource
extends AbstractResource


Field Summary
static java.lang.String DATE_FORMAT_MISMATCH_CONTEXT_ID
           
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log
 
Constructor Summary
StartSprintResource(RapidViewService rapidViewService, SprintService sprintService, StartSprintHelper startSprintHelper, com.atlassian.jira.datetime.DateTimeFormatterFactory dateTimeFormatterFactory, SprintEntryFactory sprintEntryFactory, SprintHelper sprintHelper)
           
 
Method Summary
 javax.ws.rs.core.Response getModel(java.lang.Long rapidViewId, java.lang.Long sprintId)
           
 javax.ws.rs.core.Response startSprint(StartSprintRequest request)
          Starts the sprint
 
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
 

Field Detail

DATE_FORMAT_MISMATCH_CONTEXT_ID

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

StartSprintResource

public StartSprintResource(RapidViewService rapidViewService,
                           SprintService sprintService,
                           StartSprintHelper startSprintHelper,
                           com.atlassian.jira.datetime.DateTimeFormatterFactory dateTimeFormatterFactory,
                           SprintEntryFactory sprintEntryFactory,
                           SprintHelper sprintHelper)
Method Detail

getModel

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

startSprint

public javax.ws.rs.core.Response startSprint(StartSprintRequest request)
Starts the sprint



Copyright © 2007-2014 Atlassian. All Rights Reserved.