|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sprint.State | |
|---|---|
| com.atlassian.greenhopper.customfield.sprint | |
| com.atlassian.greenhopper.service.rapid.view | |
| com.atlassian.greenhopper.service.sprint | |
| Uses of Sprint.State in com.atlassian.greenhopper.customfield.sprint |
|---|
| Methods in com.atlassian.greenhopper.customfield.sprint that return Sprint.State | |
|---|---|
protected Sprint.State |
OpenSprintsJqlFunction.getSprintState()
|
protected abstract Sprint.State |
AbstractSprintsStateJqlFunction.getSprintState()
|
protected Sprint.State |
FutureSprintsJqlFunction.getSprintState()
|
protected Sprint.State |
ClosedSprintsJqlFunction.getSprintState()
|
| Uses of Sprint.State in com.atlassian.greenhopper.service.rapid.view |
|---|
| Method parameters in com.atlassian.greenhopper.service.rapid.view with type arguments of type Sprint.State | |
|---|---|
ServiceOutcome<java.util.List<Sprint>> |
RapidViewSprintQueryServiceImpl.getSprints(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.EnumSet<Sprint.State> states,
boolean includeHistoricSprints)
|
ServiceOutcome<java.util.List<Sprint>> |
RapidViewSprintQueryService.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. |
| Uses of Sprint.State in com.atlassian.greenhopper.service.sprint |
|---|
| Fields in com.atlassian.greenhopper.service.sprint with type parameters of type Sprint.State | |
|---|---|
static com.google.common.collect.Ordering<Sprint.State> |
SprintUtils.STATE_COMPARATOR
|
| Methods in com.atlassian.greenhopper.service.sprint that return Sprint.State | |
|---|---|
Sprint.State |
Sprint.getState()
|
static Sprint.State |
Sprint.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Sprint.State[] |
Sprint.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.greenhopper.service.sprint with parameters of type Sprint.State | |
|---|---|
static com.google.common.base.Predicate<Sprint> |
SprintUtils.getStatesPredicate(Sprint.State... states)
|
Sprint.SprintBuilder |
Sprint.SprintBuilder.state(Sprint.State state)
|
| Method parameters in com.atlassian.greenhopper.service.sprint with type arguments of type Sprint.State | |
|---|---|
static java.util.List<Sprint> |
SprintUtils.filter(java.util.List<Sprint> sprints,
java.util.EnumSet<Sprint.State> states)
Filters a list of sprints according to a set of states |
static java.util.List<Sprint> |
SprintUtils.getFilteredAndSortedSprints(java.util.EnumSet<Sprint.State> states,
java.util.Collection<Sprint>... sprintCollections)
Gets all board sprints for theto a list of sprints and sorts the sprints |
ServiceOutcome<java.util.Collection<Sprint>> |
SprintManagerImpl.getSprints(java.util.EnumSet<Sprint.State> states)
|
ServiceOutcome<java.util.Collection<Sprint>> |
SprintManager.getSprints(java.util.EnumSet<Sprint.State> states)
Collects all sprints with the given states |
ServiceOutcome<java.util.Collection<Sprint>> |
SprintManagerImpl.getSprintsForView(RapidView rapidView,
java.util.EnumSet<Sprint.State> states)
|
ServiceOutcome<java.util.Collection<Sprint>> |
SprintManager.getSprintsForView(RapidView rapidView,
java.util.EnumSet<Sprint.State> states)
Collects all sprints owned by the passed rapid view with one of the given states |
static com.google.common.base.Predicate<Sprint> |
SprintUtils.getStatesPredicate(java.util.EnumSet<Sprint.State> states)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||