All Versions
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
A plugin module which defines a builder in Bamboo, such as Maven, Maven2, or Ant.
Builder modules must implement the com.atlassian.bamboo.builder.Builder interface.
<builder key="mvn2" name="Maven 2.x Builder" class="com.atlassian.bamboo.builder.Maven2Builder"> <description>A Maven 2.x Builder</description> <resource type="freemarker" name="edit" location="templates/plugins/builder/mavenBuilderEdit.ftl"/> <resource type="freemarker" name="view" location="templates/plugins/builder/mavenBuilderView.ftl"/> </builder>