How to associate prorammatica a completed build to a release
3 answers
Hi,
https://jazz.net/library/article/807 shows how to find the releases associated to a build using the Plain Java Client Libraries. That might be a good starter.
Hi Ralph
Thank you for your help
I have read this document, and it related already associated releases to a build
Do you know how to do to make a existing buildResult associated to a release (deliverable) ?
I did not find any method on this
Roger Layani
Hi Roger,
I haven't tried to associate or create a delivery. You could follow the RTC Extensions workshop and set up the SDK. Then you can browse the source code and the JUnit tests for the classes I use. From the packages you can see in which area you need to search the API. You could use the plugin spy too on the build result editor in eclipse. See: http://ryehle.wordpress.com/2011/11/21/finding-the-right-service-api-for-your-process-extension/ .
Most important is to have an example to understand which part of the API to explore.
I haven't tried to associate or create a delivery. You could follow the RTC Extensions workshop and set up the SDK. Then you can browse the source code and the JUnit tests for the classes I use. From the packages you can see in which area you need to search the API. You could use the plugin spy too on the build result editor in eclipse. See: http://ryehle.wordpress.com/2011/11/21/finding-the-right-service-api-for-your-process-extension/ .
Most important is to have an example to understand which part of the API to explore.