Project Events widget
Hi All,
Which is the log-file read by the Project-specific events widget (or) feed reader? This widget shows only recent events. i would like to have a look at the total list instead. Thanks. |
3 answers
Hi All,
Any info on where this widget picks up data from? so that i can analyze it further to suit our requirements. Thanks. |
The data comes from the database via the com.ibm.team.repository.common.internal.IFeedService, which performs queries based on the input params and serializes the results in the form of a feed. The events are generated by creating com.ibm.team.repository.common.IChangeEvent objects using its factory, then issuing them to the com.ibm.team.repository.common.service.IChangeEventService service.
The service takes a maximum number of entries to return as a URL parameter (maxResults). The project and team events widget fetches the feed and displays the results, but doesn't persist them so you get a limited number of events. The feed viewer in the rich client, however, has the advantage of being able to write to the local disk, so it only needs to fetch the ones it doesn't have yet, and save them to disk where you can see the full feed since you subscribed to it. You can see the URLs to the feeds in the Team Artifacts view, under the Feeds category, right click on one of the feeds and select Properties. The URL may contain ${variables} that you need to substitute manually. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.