Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Issue |
Retrospective.createIssue(String name)
Creates an Issue related to this Retrospective.
|
Issue |
Project.createIssue(String name)
Create a new Issue in this Project.
|
Issue |
Retrospective.createIssue(String name,
Map<String,Object> attributes)
Creates an Issue related to this Retrospective.
|
Issue |
Project.createIssue(String name,
Map<String,Object> attributes)
Create a new Issue in this Project.
|
Issue |
V1InstanceCreator.issue(String name,
Project project)
Create a new Issue with a name.
|
Issue |
V1InstanceCreator.issue(String name,
Project project,
Map<String,Object> attributes)
Create a new Issue with a name.
|
Issue |
V1InstanceCreator.issue(String name,
Retrospective retrospective)
Creates an Issue related to a Retrospective.
|
Issue |
V1InstanceCreator.issue(String name,
Retrospective retrospective,
Map<String,Object> attributes)
Creates an Issue related to a Retrospective.
|
Issue |
V1InstanceGetter.issueByDisplayID(String displayID)
Returns an Issue with the given ID or null if the ID is invalid.
|
Issue |
V1InstanceGetter.issueByID(AssetID id)
Returns an Issue with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Issue> |
PrimaryWorkitem.getBlockingIssues() |
Collection<Issue> |
Epic.getBlockingIssues() |
Collection<Issue> |
Request.getIssues() |
Collection<Issue> |
PrimaryWorkitem.getIssues() |
Collection<Issue> |
Epic.getIssues() |
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.
|
Rank<Issue> |
Issue.getRankOrder() |
Collection<Issue> |
V1InstanceGetter.issues(IssueFilter filter)
Get Issues filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Field and Description |
---|---|
List<Issue> |
PrimaryWorkitemFilter.blockingIssues
Filter on BlockingIssues.
|
List<Issue> |
EpicFilter.blockingIssues
Filter on blocking Issues.
|
List<Issue> |
RequestFilter.issues
Issues related to this Request.
|
List<Issue> |
PrimaryWorkitemFilter.issues
Filter on Issues.
|
List<Issue> |
EpicFilter.issues
Filter on Issues.
|
Copyright © 2013 Version One, Inc.. All rights reserved.