Package 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
Modifier and TypeMethodDescriptionvoidrun(@NotNull ImmutableBuildable buildable, @NotNull BuildResults buildResult) This action will run when a build completes.
-
Method Details
-
run
void run(@NotNull @NotNull ImmutableBuildable buildable, @NotNull @NotNull BuildResults buildResult) This action will run when a build completes.- Parameters:
buildable- - theImmutableBuildableplan objectbuildResult- - theBuildResultsobject that holds information- Since:
- 6.10
-