Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Team |
Retrospective.getTeam() |
Team |
PrimaryWorkitem.getTeam() |
Team |
Issue.getTeam() |
Team |
Effort.getTeam()
Gets Team this effort record belongs to.
|
Team |
V1InstanceCreator.team(String name)
Create a new team entity with a name.
|
Team |
V1InstanceCreator.team(String name,
Map<String,Object> attributes)
Create a new team entity with a name.
|
Team |
V1InstanceGetter.teamByID(AssetID id)
Returns a Team with the given ID or null if the ID is invalid.
|
Team |
V1InstanceGetter.teamByID(String sId)
Returns a Team with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Team> |
V1Instance.getTeams() |
Collection<Team> |
V1InstanceGetter.teams(TeamFilter filter)
Get teams filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
void |
Retrospective.setTeam(Team value) |
void |
PrimaryWorkitem.setTeam(Team team) |
void |
Issue.setTeam(Team value) |
void |
Effort.setTeam(Team team)
Sets Team this effort record belongs to.
|
Modifier and Type | Field and Description |
---|---|
List<Team> |
RetrospectiveFilter.team
The Team the Retrospective belongs to.
|
List<Team> |
PrimaryWorkitemFilter.team
Filter on Team assigned.
|
List<Team> |
IssueFilter.team
Teams that own this issue.
|
List<Team> |
EffortFilter.team
Filter on Team effort records belong to.
|
Copyright © 2013 Version One, Inc.. All rights reserved.