|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
BuildResults build(BuildResults sourceBuildResults, Build build) throws java.lang.Exception
sourceBuildResults
- The current build results, containing information from previous tasksbuild
-
java.lang.Exception
boolean isCurrentlyBuilding(java.lang.String buildKey)
buildKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |