It's all about the answers!

Ask a question

How to get the date when the changeset is delivered using CLient API?


Surender Biyyala (403548) | asked Dec 05 '14, 1:12 p.m.
 Hi All,

I want to get the latest changeset and the date when it is delivered using the java client API.


        IWorkspaceSearchCriteria wsSearchCriteria = WorkspaceSearchCriteria.FACTORY.newInstance();

        wsSearchCriteria.setKind(IWorkspaceSearchCriteria.STREAMS);

        wsSearchCriteria.setPartialOwnerNameIgnoreCase(projectAreaName);

        List <IWorkspaceHandle> workspaceHandles = workspaceManager.findWorkspaces(wsSearchCriteria, Integer.MAX_VALUE, progressMonitor);

        IWorkspaceConnection workspaceConnection = workspaceManager.getWorkspaceConnection(workspaceHandles.get(0),progressMonitor);
     
        List<IFlowNode> test = workspaceConnection.getComponents();

now I got the components from here on how to get the changesets and it date it is delivered?

Thanks,
Surender

Be the first one to answer this question!


Register or to post 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.