public class Team extends BaseAsset
STATE_ACTIVE, STATE_CLOSED
ASSET_STATE_VALUE, ASSET_VALUE, CHANGE_DATE_UTC, CONTENT_TYPE_VALUE, CONTENT_VALUE, CREATE_DATE_UTC, DELETE_OPERATION, DESCRIPTION_VALUE, FILENAME_VALUE, NAME_VALUE
Modifier and Type | Method and Description |
---|---|
Collection<Effort> |
getEffortRecords(EffortFilter filter)
Gets Effort records that belong to this Team.
|
Collection<Issue> |
getIssues(IssueFilter filter)
Gets the Issues assigned to this Team.
|
Collection<PrimaryWorkitem> |
getPrimaryWorkitems(PrimaryWorkitemFilter filter)
Gets the Stories and Defects assigned to this Team.
|
Collection<Retrospective> |
getRetrospectives(RetrospectiveFilter filter)
Gets the Retrospectives assigned to this Team.
|
Double |
getTotalDetailEstimate(WorkitemFilter filter)
Return the total detail estimate for all Workitems in this team
optionally filtered.
|
Double |
getTotalDone(WorkitemFilter filter)
Return the total done for all workitems in this team optionally filtered.
|
Double |
getTotalEstimate(PrimaryWorkitemFilter filter)
Return the total estimate for all stories and defects in this team
optionally filtered.
|
Double |
getTotalToDo(WorkitemFilter filter)
Return the total Todo for all workitems in this team optionally filtered.
|
canClose, canDelete, canReactivate, close, createAttachment, createAttachment, createConversation, createConversation, createLink, createLink, createNote, createNote, delete, getAttachments, getCustomDropdown, getCustomField, getDescription, getLinks, getMentionedInExpressions, getName, getNotes, getURL, isActive, isClosed, reactivate, setDescription, setName
equals, get, getChangeComment, getChangeDate, getChangedBy, getCreateComment, getCreateDate, getCreatedBy, getID, getInstance, hashCode, save, save, toString
public Collection<PrimaryWorkitem> getPrimaryWorkitems(PrimaryWorkitemFilter filter)
filter
- Criteria to filter stories and defects on. Pass a
DefectFilter or StoryFilter to get only Defects or
Stories, respectively.public Collection<Issue> getIssues(IssueFilter filter)
filter
- Criteria to filter Issues on.public Collection<Retrospective> getRetrospectives(RetrospectiveFilter filter)
filter
- Criteria to filter Retrospectives on.public Collection<Effort> getEffortRecords(EffortFilter filter)
filter
- Criteria to filter Effort records on.public Double getTotalEstimate(PrimaryWorkitemFilter filter)
filter
- Criteria to filter stories and defects on.public Double getTotalDone(WorkitemFilter filter)
filter
- Criteria to filter workitems on.public Double getTotalDetailEstimate(WorkitemFilter filter)
filter
- Criteria to filter Workitems on.public Double getTotalToDo(WorkitemFilter filter)
filter
- Criteria to filter Workitems on.Copyright © 2013 Version One, Inc.. All rights reserved.