Package com.atlassian.bamboo.build
Interface CustomBuildProcessorServer
-
- All Superinterfaces:
BambooPluginModule
,BuildTask
,Callable<BuildContext>
,HibernateBuildTask
- All Known Implementing Classes:
BuildLabeller
,BuildMonitoringPerPlanPlugin
,CloverDeltaCalculator
,MavenDependenciesServerPostProcessor
public interface CustomBuildProcessorServer extends BuildTask, BambooPluginModule, HibernateBuildTask
Allows for a custom build process to be run after the main Builder. Similar to theCustomBuildProcessor
but is run on the server (but still before a build is saved)