com.atlassian.bamboo.build
Interface CustomBuildCompleteAction

All Known Implementing Classes:
AutoFavouriteBuildCompleteAction, AutoLabelBuildCompleteAction, BaseCustomBuildCompleteAction, BuildExpiryPerPlanPlugin, BuildLabeller

public interface CustomBuildCompleteAction

A plugin point for performing custom actions immediately after the build execution has finished. The actions occur prior to the build being saved.


Method Summary
 void run(Build build, BuildResults buildResult)
          This action will run when a build completes.
 

Method Detail

run

void run(@NotNull
         Build build,
         @NotNull
         BuildResults buildResult)
This action will run when a build completes.

Parameters:
build - - the Build plan object
buildResult - - the BuildResults object that holds information


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.