public class StoryFilter extends PrimaryWorkitemFilter
BaseAssetFilter.State
EntityFilter.StringSearcher
Modifier and Type | Field and Description |
---|---|
List<String> |
build
Build number associated with this Story.
|
List<Member> |
customer
Member assigned as a customer for this Story.
|
List<Story> |
dependentStories
Stories that depend on this Story.
|
List<Story> |
dependsOnStories
Stories that this Story depends on.
|
List<Retrospective> |
identifiedIn
The (optional) Retrospective this Story was Identified in.
|
List<String> |
requestedBy
Name of person or organization requesting this Story.
|
List<String> |
risk
This Story's Risk.
|
List<String> |
type
This Story's Type.
|
affectedByDefects, blockingIssues, completedIn, epic, estimate, goals, issues, iteration, priority, requests, source, status, team, theme
detailEstimate, owners, reference
displayID, project
description, name
changeDateUtc, createDateUtc, find, orderBy
Constructor and Description |
---|
StoryFilter() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Entity> |
getEntityType()
Used by the filtering code to know what types of entities to return when
applying the filter.
|
getState
buildFilter, buildFind, buildOrderBy, newList
public final List<String> requestedBy
public final List<String> build
public final List<Retrospective> identifiedIn
public Class<? extends Entity> getEntityType()
EntityFilter
getEntityType
in class PrimaryWorkitemFilter
Copyright © 2013 Version One, Inc.. All rights reserved.