API - Get change set list of a Stream ?
Accepted answer
You can get the history of the component in your stream by using the following api:
ChangeHistoryWithBaselinesResult IWorkspaceConnection#ChangeHistoryWithBaselinesResult fetchChangeHistoryWithBaselines(IComponentHandle component, ChangeHistoryHandle nextPageToken, int pageSizeHint, IProgressMonitor monitor)
List<ChangeHistoryEntry> ChangeHistoryWithBaselinesResult#getChangeHistoryEntries()
Comments
1 vote
showing 5 of 10
show 5 more comments