Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Epic |
Project.createEpic(String name)
Create a new Epic in this Project.
|
Epic |
Project.createEpic(String name,
Map<String,Object> attributes)
Create a new Epic in this Project.
|
Epic |
V1InstanceCreator.epic(String name,
Project project)
Create a new Epic with a name.
|
Epic |
V1InstanceCreator.epic(String name,
Project project,
Map<String,Object> attributes)
Create a new Epic with a name.
|
Epic |
V1InstanceGetter.epicByDisplayID(String displayID)
Returns a Epic with the given ID or null if the ID is invalid.
|
Epic |
V1InstanceGetter.epicByID(AssetID id)
Returns a Epic with the given ID or null if the ID is invalid.
|
Epic |
V1InstanceGetter.epicByID(String sId)
Returns a Epic with the given ID or null if the ID is invalid.
|
Epic |
Epic.generateChildEpic() |
Epic |
Story.getEpic() |
Epic |
Epic.getSuper() |
Modifier and Type | Method and Description |
---|---|
Collection<Epic> |
V1InstanceGetter.epics(EpicFilter filter)
Get Epics filtered by the criteria specified in the passed in filter.
|
Collection<Epic> |
Issue.getBlockedEpics(EpicFilter filter)
Epics that cannot be completed because of this Issue.
|
Collection<Epic> |
Epic.getChildEpics(EpicFilter filter)
Epics that are immediate children of this Epic.
|
Collection<Epic> |
Request.getEpics(EpicFilter filter)
Gets Epics associated with this Request.
|
Collection<Epic> |
Project.getEpics(EpicFilter filter)
Get Epics in this Project filtered as specified in the passed in filter.
|
Collection<Epic> |
Issue.getEpics(EpicFilter filter)
Epics associated with this Issue.
|
Collection<Epic> |
Goal.getEpics(EpicFilter filter)
Epics assigned to this Goal.
|
Collection<Epic> |
Project.getEpics(EpicFilter filter,
boolean includeSubprojects)
Get Epics in this Project filtered as specified in the passed in filter.
|
Collection<Epic> |
Member.getOwnedEpics(EpicFilter filter)
Epics owned by this member.
|
Rank<Epic> |
Epic.getRankOrder() |
Collection<Epic> |
Project.GetTrackedEpics()
Get tracked Epics that belong to current Project.
|
Collection<Epic> |
V1InstanceGetter.trackedEpics(Collection<Project> projects)
Get tracked Epics for enlisted Projects.
|
Modifier and Type | Method and Description |
---|---|
void |
Story.setEpic(Epic epic) |
void |
Epic.setSuper(Epic value) |
Modifier and Type | Field and Description |
---|---|
List<Epic> |
TestFilter.epic
The Epic that this Test belongs to.
|
List<Epic> |
PrimaryWorkitemFilter.epic |
List<Epic> |
EpicFilter.parent
Filter on Parent.
|
Copyright © 2013 Version One, Inc.. All rights reserved.