How to get the project area's Stream object using Java API??
Please, I need very urgently to know how to get the Stream object in Java to deliver change sets in it.
I know it is of type "IWorkspaceConnection" and I see that there is only "createStream" defined in IWorkspaceManager and there is no getStream or something. Thanks for your help. |
One answer
Use IWorkspaceManager#getWorkspaceConnection() with the stream handle (IWorkspaceHandle) if you have it.
If you do not, you can search using IWorkspaceManager#findWorkspaces()
|
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.