Bamboo 2.1 : Build Complete Action Module
This page last changed on Aug 07, 2008 by mark@atlassian.com.
DescriptionLike the Build Processor Module, this allows you to specify a custom action to take place. However, the difference is that this will run after the full build result has been registered. The build is deemed to have completed before the BuildCompleteAction is fired. Hence, build complete actions cannot impact the state of the build. InterfaceBuild Complete Action modules must implement the CustomBuildCompleteAction interface. Sample Module Descriptor Element<buildCompleteAction key="autoLabeller" name="Build Automatic Labeller" class="com.atlassian.bamboo.labels.AutoLabelBuildCompleteAction"> <resource type="freemarker" name="edit" location="templates/plugins/buildCompleteAction/autoLabellingEdit.ftl"/> <resource type="freemarker" name="view" location="templates/plugins/buildCompleteAction/autoLabellingView.ftl"/> <description>An automatic labelling plugin.</description> </buildCompleteAction> RELATED TOPICS
Bamboo Documentation Home |
![]() |
Document generated by Confluence on Mar 02, 2009 18:52 |