com.atlassian.bamboo.build
Interface CustomBuildProcessorServer

All Superinterfaces:
BambooPluginModule, BuildTask, java.util.concurrent.Callable<BuildContext>
All Known Implementing Classes:
BuildMonitoringPerPlanPlugin, CloverDeltaCalculator, MavenDependenciesServerPostProcessor

public interface CustomBuildProcessorServer
extends BuildTask, BambooPluginModule

Allows for a custom build process to be run after the main Builder. Similar to the CustomBuildProcessor but is run on the server (but still before a build is saved)


Method Summary
 
Methods inherited from interface com.atlassian.bamboo.v2.build.task.BuildTask
call, init
 



Copyright © 2012 Atlassian. All Rights Reserved.