com.atlassian.greenhopper.web.rapid.sprint
Class StartSprintResource
java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.rapid.sprint.StartSprintResource
public class StartSprintResource
- extends AbstractResource
|
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 |
DATE_FORMAT_MISMATCH_CONTEXT_ID
public static final java.lang.String DATE_FORMAT_MISMATCH_CONTEXT_ID
- See Also:
- Constant Field Values
StartSprintResource
public StartSprintResource(RapidViewService rapidViewService,
SprintService sprintService,
StartSprintHelper startSprintHelper,
com.atlassian.jira.datetime.DateTimeFormatterFactory dateTimeFormatterFactory,
SprintEntryFactory sprintEntryFactory,
SprintHelper sprintHelper)
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.