com.atlassian.bamboo.build
Class BaseCustomBuildCompleteAction

java.lang.Object
  extended by com.atlassian.bamboo.build.BaseCustomBuildCompleteAction
All Implemented Interfaces:
CustomBuildCompleteAction

Deprecated. since 2.7 please use CustomBuildCompleteAction interface directly to make sure you can handle all buildable

@Deprecated
public class BaseCustomBuildCompleteAction
extends java.lang.Object
implements CustomBuildCompleteAction

A base implementation that does nothing by default. A good class to extend to make sure that your plugins are more resilient to change


Constructor Summary
BaseCustomBuildCompleteAction()
          Deprecated.  
 
Method Summary
 void run(Buildable build, BuildResults buildResult)
          Deprecated. This action will run when a build completes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCustomBuildCompleteAction

public BaseCustomBuildCompleteAction()
Deprecated. 
Method Detail

run

public void run(@NotNull
                Buildable build,
                @NotNull
                BuildResults buildResult)
Deprecated. 
Description copied from interface: CustomBuildCompleteAction
This action will run when a build completes.

Specified by:
run in interface CustomBuildCompleteAction
Parameters:
build - - the Buildable plan object
buildResult - - the BuildResults object that holds information


Copyright © 2011 Atlassian. All Rights Reserved.