Clicking the "Create a release..." link via Java A
Hi,
I've written a Hudson plugin for RTC:
http://kenai.com/projects/cowley
I'd love to add a feature (or a partner plugin) which lets you click a button in Hudson that turns the build result into a Release in RTC. I've looked at the Java API, and the Wiki, but can't see anything which seems to make this easy.
Can anyone out there point me in the right direction to get this to work?
TIA
Cheers, Andrew
I've written a Hudson plugin for RTC:
http://kenai.com/projects/cowley
I'd love to add a feature (or a partner plugin) which lets you click a button in Hudson that turns the build result into a Release in RTC. I've looked at the Java API, and the Wiki, but can't see anything which seems to make this easy.
Can anyone out there point me in the right direction to get this to work?
TIA
Cheers, Andrew
2 answers
Use IWorkItemClient's createDeliverable and saveDeliverable methods.
Hi,
I've written a Hudson plugin for RTC:
http://kenai.com/projects/cowley
I'd love to add a feature (or a partner plugin) which lets you click a button in Hudson that turns the build result into a Release in RTC. I've looked at the Java API, and the Wiki, but can't see anything which seems to make this easy.
Can anyone out there point me in the right direction to get this to work?
TIA
Cheers, Andrew