Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

 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

0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Dec 05 '14, 1:12 p.m.

Question was seen: 2,536 times

Last updated: Dec 05 '14, 1:12 p.m.

Confirmation Cancel Confirm