It's all about the answers!

Ask a question

Can we delete the build result of the build definition using RTC JAVA API?


Dashrath Kale (1542723) | asked Jan 30 '15, 8:37 a.m.
Hi

If we have the IBuildResult object for the build definition then can we delete the build result using RTC JAVA API?

One answer



permanent link
sam detweiler (12.5k6195201) | answered Jan 30 '15, 8:47 a.m.
edited Jan 30 '15, 8:48 a.m.
        ITeamBuildClient buildClient = (ITeamBuildClient) ((ITeamRepository)
       project.getOrigin()).getClientLibrary(ITeamBuildClient.class);

buildClient.delete(.... bunch of choices).. see the . help from this objects methods

this is for the planijava client apis.

Your answer


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.