com.atlassian.greenhopper.service.rapid.view
Interface RapidViewSprintQueryService

All Known Implementing Classes:
RapidViewSprintQueryServiceImpl

public interface RapidViewSprintQueryService

Query service to find sprints for a given rapid view.


Method Summary
 ServiceOutcome<java.util.List<Sprint>> getSprints(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.EnumSet<Sprint.State> states, boolean includingHistoricSprints)
          Get all sprints for a given rapid view.
 

Method Detail

getSprints

ServiceOutcome<java.util.List<Sprint>> getSprints(com.atlassian.crowd.embedded.api.User user,
                                                  RapidView rapidView,
                                                  java.util.EnumSet<Sprint.State> states,
                                                  boolean includingHistoricSprints)
Get all sprints for a given rapid view. By default all sprints assigned to the rapid view (empty or not) as well as all sprints assigned to at least one issue on the rapid view will be returned. Use includeHistoricSprints to also include sprints previously assigned to issues

Parameters:
includingHistoricSprints - if true historic sprints are returned too, that is, sprints that were once assigned to issues matched by the rapid view query but are not anymore. Note that sprints belonging to the board are never affected and will always be returned regardless of whether they are empty or not


Copyright © 2007-2013 Atlassian. All Rights Reserved.