com.polarion.alm.tracker.model.watchlist.IWatches
METHODS
Modifiers and Type | Name | Description |
---|---|---|
void | addWatcher(IUser) | Adds the user as a watcher to this object |
void | removeWatcher(IUser) | Removes the user as a watcher from this object |
IPObjectList<IUser> | getWatchers() | Gets the users watching this object |
boolean | isWatchedBy(IUser) | Returns true when the user is watching this object |
Back to Index