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

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

Hi

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

0 votes



One answer

Permanent link
        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.

1 vote

Your answer

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,927

Question asked: Jan 30 '15, 8:37 a.m.

Question was seen: 3,759 times

Last updated: Jan 30 '15, 8:48 a.m.

Confirmation Cancel Confirm