It seems the Atlassian Bamboo continuous integration product has IDE plugins for Eclipse, IntelliJ, and Visual Studio, but not NetBeans. http://www.atlassian.com/software/ide-connectors/overview
I was wondering if anyone else knows of a NetBeans plugin for working with Bamboo???
If not I was toying with the idea of writing one. This would be similar to the NetBeans Hudson plugin where you can configure authentication, see a list of projects, trigger a build, and see a list of projects.
Atlassian has a decent looking REST API for interacting with Bamboo, see here https://developer.atlassian.com/display/BAMBOODEV/Bamboo+REST+Resources
It would probably be a good idea to start with the Hudson NetBeans plugin and at least use it as a guide to how the plugin should be structured. From there I can probably start incrementally adding features one at a time.
That’s something that would be really useful…
Too bad I’m not that familiar with the Netbeans platform nor the IDE API to help with this endevour