List of deliveries in an RTC instance
![]()
Hello Everyone,
Is it possible to get a list of code deliveries in an RTC instance across all streams on a specific day via RTC API?
Thanks
Sunil
|
One answer
![]()
I don't know if you can get 'delivery', but you can get changesets, and then you wil have to ripple thru them.
and IChangeHistory has methods to get specific history records. documented in the javadoc findChangeSetsjava.util.List findChangeSets(IChangeSetSearchCriteria criteria, int maxResults, org.eclipse.core.runtime.IProgressMonitor monitor) throws TeamRepositoryException
|