com.polarion.alm.tracker.model.ITrackerRevision
METHODS
Modifiers and Type | Name | Description |
---|---|---|
ITrackerUser | getTrackerUser() | Returns the author of the revision. The returned object is not resolved and the clients should consider it normal, that the user will not be resolvable (since the user name is taken from the actual repository revision). |
IPObjectList | getLinkedWIs() | Returns all workitems linked to this revisions directly and derived. The result is the union of results of {@link #getLinkedWIsDirect()} and {@link #getLinkedWIsDerived()} . |
IPObjectList | getLinkedWIsDerived() | Searches the index to get the IDs of workitems, which link this revision. |
String | getLinkedWIsDerivedQuery() | Returns a query, which lists all work items, that reference this revision. |
IPObjectList | getLinkedWIsDirect() | Returns all work items mentioned in this revisions message. |
String | getLinkedWIsDirectQuery() | Returns the query to find all workitems mentioned in the revision message. |
String | getLinkedWIsQuery() | Returns a query which finds all workitems linked to this revisions directly and derived. |
Back to Index