com.atlassian.bamboo.builder
Interface BuildExecutor


public interface BuildExecutor

This interface defines the component for building builds.


Method Summary
 BuildResults build(BuildResults sourceBuildResults, Build build)
          Build the given build, based on the changesSinceLastBuild
 boolean isCurrentlyBuilding(java.lang.String buildKey)
          Is the builder currently building a build with the given build name?
 

Method Detail

build

BuildResults build(BuildResults sourceBuildResults,
                   Build build)
                   throws java.lang.Exception
Build the given build, based on the changesSinceLastBuild

Parameters:
sourceBuildResults - The current build results, containing information from previous tasks
build -
Returns:
The sourceBuildResults plus the results of this task
Throws:
java.lang.Exception

isCurrentlyBuilding

boolean isCurrentlyBuilding(java.lang.String buildKey)
Is the builder currently building a build with the given build name?

Parameters:
buildKey -
Returns:
true if the build currently being built has the given buildName, false otherwise


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.