public interface CustomBuildCompleteAction
| Modifier and Type | Method and Description |
|---|---|
void |
run(Buildable buildable,
BuildResults buildResult)
This action will run when a build completes.
|
void run(@NotNull
Buildable buildable,
@NotNull
BuildResults buildResult)
buildable - - the Buildable plan objectbuildResult - - the BuildResults object that holds informationCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.