Package | Description |
---|---|
com.versionone.om |
Modifier and Type | Method and Description |
---|---|
Collection<Issue> |
Team.getIssues(IssueFilter filter)
Gets the Issues assigned to this Team.
|
Collection<Issue> |
Retrospective.getIssues(IssueFilter filter)
A collection of Issues Identified in the Retrospective.
|
Collection<Issue> |
Project.getIssues(IssueFilter filter)
Get Issues in this Project filtered as specified in the passed in filter.
|
Collection<Issue> |
Project.getIssues(IssueFilter filter,
boolean includeSubprojects)
Get Issues in this Project filtered as specified in the passed in filter.
|
Collection<Issue> |
Member.getOwnedIssues(IssueFilter filter)
A read-only collection of Issues owned by this member.
|
Collection<Issue> |
V1InstanceGetter.issues(IssueFilter filter)
Get Issues filtered by the criteria specified in the passed in filter.
|
Copyright © 2013 Version One, Inc.. All rights reserved.