public class Epic extends Workitem
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
canTrack, createEffort, createEffort, createEffort, createEffort, createEffort, getDetailEstimate, getDone, getEffortRecords, getReference, getToDo, setDetailEstimate, setReference, setToDo
getDisplayID, getProject, setProject
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 Epic getSuper()
public void setSuper(Epic value)
value
- The Parent Epic that this Epic belongs to.public Workitem getParent()
public Double getSwag()
public void setSwag(Double value)
value
- Swag for the Epic.public Double getValue()
public void setValue(Double value)
public IListValueProperty getStatus()
public IListValueProperty getPriority()
public IListValueProperty getSource()
public Double getRisk()
public void setRisk(Double value)
value
- Risk for the Epic.public IListValueProperty getType()
public Collection<Epic> getChildEpics(EpicFilter filter)
filter
- Limit the epic returned (If null, then all items returned).public Collection<Story> getChildStories(StoryFilter filter)
filter
- Limit the story returned (If null, then all items
returned).public Collection<Test> getChildTests(TestFilter filter)
filter
- Limit the tests returned (If null, then all items
returned).public Collection<Defect> getChildDefects(DefectFilter filter)
public Collection<TestSet> getChildTestSets(TestSetFilter filter)
public Collection<PrimaryWorkitem> getChildPrimaryWorkitems(PrimaryWorkitemFilter filter)
public Collection<Member> getOwners()
public Collection<Goal> getGoals()
public Collection<Request> getRequests()
public Collection<Issue> getIssues()
public Collection<Issue> getBlockingIssues()
public String getRequestedBy()
public void setRequestedBy(String value)
value
- Name of person or organization requesting this Epic.public boolean canGenerateChildStory()
public Story generateChildStory() throws UnsupportedOperationException
UnsupportedOperationException
- If the Epic is not able to Generate
a child Story.public boolean canGenerateChildEpic()
public Epic generateChildEpic() throws UnsupportedOperationException
UnsupportedOperationException
- If the Epic is not able to Generate
a child Epic.Copyright © 2013 Version One, Inc.. All rights reserved.