Class ForceBuildStopper
java.lang.Object
com.atlassian.bamboo.build.monitoring.ForceBuildStopper
Listens for BuildHungEvent and BuildCanceledEvent and kills child processes.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable BuildDefinition
getBuildDefinition
(PlanEvent event) We are receiving this event from a job so we need to get a plan from it.void
void
onBuildHung
(BuildHungEvent event)
-
Constructor Details
-
ForceBuildStopper
public ForceBuildStopper()
-
-
Method Details
-
onBuildCancelled
-
onBuildHung
-
getBuildDefinition
We are receiving this event from a job so we need to get a plan from it.
-