How to traverse through all the files in a workspace/stream
How to walk through the workspace or stream tree from a stand along application using Jazz API?
|
One answer
How to walk through the workspace or stream tree from a stand along IConfiguration cfg = workspace.configuration(component); IFolderHandle root = cfg.rootFolderHandle(monitor); then call cfg.childEntries() repeatedly to get the children. - Dmitry |
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.