com.atlassian.greenhopper.service.rapid.view
Class RapidViewSprintQueryServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.rapid.view.RapidViewSprintQueryServiceImpl
All Implemented Interfaces:
RapidViewSprintQueryService

@Service
public class RapidViewSprintQueryServiceImpl
extends java.lang.Object
implements RapidViewSprintQueryService


Constructor Summary
RapidViewSprintQueryServiceImpl()
           
 
Method Summary
 ServiceOutcome<java.util.List<Sprint>> getSprints(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.EnumSet<Sprint.State> states, boolean includeHistoricSprints)
          Get all sprints for a given rapid view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidViewSprintQueryServiceImpl

public RapidViewSprintQueryServiceImpl()
Method Detail

getSprints

public ServiceOutcome<java.util.List<Sprint>> getSprints(com.atlassian.crowd.embedded.api.User user,
                                                         RapidView rapidView,
                                                         java.util.EnumSet<Sprint.State> states,
                                                         boolean includeHistoricSprints)
Description copied from interface: RapidViewSprintQueryService
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

Specified by:
getSprints in interface RapidViewSprintQueryService
includeHistoricSprints - 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-2014 Atlassian. All Rights Reserved.