Description
Like 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.
Interface
Build Complete Action modules must implement the com.atlassian.bamboo.build.CustomBuildCompleteAction interface.
Sample Module Descriptor Element
RELATED TOPICS
Bamboo Documentation






