This page last changed on Mar 09, 2009 by bmccoy.

Description

The build agent requirement filter module allows you to customise the list of Agents a plan can be built on. Bamboo will determine which agents meet the given requirement set, then send the list of agents through the filter for any further adjustments to the list.

Interface

Build Agent Requirement Filter modules must implement the com.atlassian.bamboo.v2.build.BuildAgentRequirementFilter interface.

Sample Module Descriptor Element

<buildAgentRequirementFilter key="labManagerAgentFiler" name ="LabManager Agent filter"
                             class="com.atlassian.bamboo.plugins.labmanager.LabManagerAgentFilter">
     <description>Ensures lab manager builds don't run on normal agents</description>
</buildAgentRequirementFilter>
RELATED TOPICS


Bamboo Documentation Home

Document generated by Confluence on Mar 09, 2009 17:07