Uses of Class
com.atlassian.bamboo.event.BuildHungEvent
-
Packages that use BuildHungEvent Package Description com.atlassian.bamboo.build.monitoring com.atlassian.bamboo.notification.buildhung -
-
Uses of BuildHungEvent in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildHungEvent Modifier and Type Method Description void
ForceBuildStopper. onBuildHung(BuildHungEvent event)
-
Uses of BuildHungEvent in com.atlassian.bamboo.notification.buildhung
Methods in com.atlassian.bamboo.notification.buildhung that return BuildHungEvent Modifier and Type Method Description BuildHungEvent
BuildHungNotification. getEvent()
Methods in com.atlassian.bamboo.notification.buildhung with parameters of type BuildHungEvent Modifier and Type Method Description void
BuildHungNotificationListener. handleEvent(@NotNull BuildHungEvent event, @NotNull ImmutablePlan plan)
-