Class SwapSprintRequest
java.lang.Object
com.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.rapid.sprint.model.SwapSprintRequest
Request for swapping a sprint with another (altering the sequence of sprints). Sprint being moved is captured in resource URI.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SwapSprintRequest
The ID of the sprint to swap with. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
-
Field Details
-
DOC_EXAMPLE
-
otherSprintId
The ID of the sprint to swap with.
-
-
Constructor Details
-
SwapSprintRequest
public SwapSprintRequest()
-