|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.BaseCustomBuildCompleteAction
@Deprecated public class BaseCustomBuildCompleteAction
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 |
---|
public BaseCustomBuildCompleteAction()
Method Detail |
---|
public void run(@NotNull Buildable build, @NotNull BuildResults buildResult)
CustomBuildCompleteAction
run
in interface CustomBuildCompleteAction
build
- - the Buildable
plan objectbuildResult
- - the BuildResults
object that holds information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |