Package | Description |
---|---|
com.versionone.om |
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.
|
Copyright © 2013 Version One, Inc.. All rights reserved.