Package com.atlassian.bamboo.build
Interface CustomPostBuildCompletedAction
-
- All Superinterfaces:
BambooPluginModule
,BuildTask
,Callable<BuildContext>
,HibernateBuildTask
public interface CustomPostBuildCompletedAction 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 after the build is saved