public class IssueFilter extends ProjectAssetFilter
BaseAssetFilter.StateEntityFilter.StringSearcher| Modifier and Type | Field and Description |
|---|---|
List<Member> |
owner
Members that own this issue.
|
List<String> |
priority
The Issue's Priority.
|
List<String> |
resolutionReason
Reason this Issue was resolved.
|
List<Retrospective> |
retrospective
Retrospectives related to this issue.
|
List<Team> |
team
Teams that own this issue.
|
List<String> |
type
The Issue's Type.
|
displayID, projectdescription, namechangeDateUtc, createDateUtc, find, orderBy| Constructor and Description |
|---|
IssueFilter() |
| 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.
|
getStatebuildFilter, buildFind, buildOrderBy, newListpublic final List<Retrospective> retrospective
public Class<? extends Entity> getEntityType()
EntityFiltergetEntityType in class ProjectAssetFilterCopyright © 2013 Version One, Inc.. All rights reserved.