public class IssueFilter extends ProjectAssetFilter
BaseAssetFilter.State
EntityFilter.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, project
description, name
changeDateUtc, 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.
|
getState
buildFilter, buildFind, buildOrderBy, newList
public final List<Retrospective> retrospective
public Class<? extends Entity> getEntityType()
EntityFilter
getEntityType
in class ProjectAssetFilter
Copyright © 2013 Version One, Inc.. All rights reserved.