com.atlassian.bamboo.build
Interface CustomBuildCompleteAction


public interface CustomBuildCompleteAction

A plugin point for performing custom actions immediately after the build execution has finished. There is no guarantee that the actions occur prior to the build being saved.


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

Method Detail

run

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

Parameters:
buildable - - the Buildable plan object
buildResult - - the BuildResults object that holds information


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.