public class Retrospective 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 |
---|---|
Issue |
createIssue(String name)
Creates an Issue related to this Retrospective.
|
Issue |
createIssue(String name,
Map<String,Object> attributes)
Creates an Issue related to this Retrospective.
|
Story |
createStory(String name)
Creates a Story related to this Retrospective.
|
Story |
createStory(String name,
Map<String,Object> attribute)
Creates a Story related to this Retrospective.
|
DB.DateTime |
getDate() |
Member |
getFacilitatedBy() |
Collection<Story> |
getIdentifiedStories(StoryFilter filter)
A read-only collection of Stories Identified in the Retrospective.
|
Collection<Issue> |
getIssues(IssueFilter filter)
A collection of Issues Identified in the Retrospective.
|
Iteration |
getIteration() |
Project |
getProject() |
String |
getSummary() |
Team |
getTeam() |
void |
setDate(DB.DateTime value) |
void |
setFacilitatedBy(Member value) |
void |
setIteration(Iteration value) |
void |
setProject(Project value) |
void |
setSummary(String value) |
void |
setTeam(Team value) |
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 Project getProject()
public void setProject(Project value)
value
- The Project this ProjectAsset belongs in. This must be
present.public Collection<Story> getIdentifiedStories(StoryFilter filter)
filter
- filter for getting list of stories.public Collection<Issue> getIssues(IssueFilter filter)
filter
- filter for getting list of issues.public Member getFacilitatedBy()
public void setFacilitatedBy(Member value)
value
- The Retrospective Facilitator.public Iteration getIteration()
public void setIteration(Iteration value)
value
- The Iteration this Retrospective was conducted for.public DB.DateTime getDate()
public void setDate(DB.DateTime value)
value
- The date this Retrospective was conducted.public Team getTeam()
public void setTeam(Team value)
value
- The Team this Retrospecive belongs to.public String getSummary()
public void setSummary(String value)
value
- The Retrospective Summary.public Story createStory(String name)
name
- The name of the Story.public Story createStory(String name, Map<String,Object> attribute)
name
- The name of the Story.attributes
- additional attributes for Storypublic Issue createIssue(String name)
name
- The name of the Issue.Copyright © 2013 Version One, Inc.. All rights reserved.