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? |
One answer
![]()
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. |