Pre Build Queued Action

All Versions
Click for all versions
Bamboo 2.1 Documentation

Index

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 before the build has been queued and the build made executable for both local and remote Bamboo agents. This is the first custom action that is run when a new Bamboo build is triggered, thus build state can be modified at this time.

Interface

Pre Build Queued modules must implement the CustomPreBuildQueuedAction interface.

Sample Module Descriptor Element

<preBuildQueuedAction key="startVirtualMachine" name="Start Virtual Machine Action"
        class="com.atlassian.bamboo.plugins.vm.StartVirtualMachineAction">
        <resource type="freemarker" name="edit" location="templates/vmEdit.ftl"/>
        <resource type="freemarker" name="view" location="templates/vmView.ftl"/>
        <description>
            Starts a virtual machine
        </description>
</preBuildQueuedAction>
RELATED TOPICS



Bamboo Documentation Home


Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.