Class SuspendBuildEventListener
- java.lang.Object
-
- com.atlassian.bamboo.build.configuration.SuspendBuildEventListener
-
public class SuspendBuildEventListener extends Object
A listener that will suspend builds, and properly log + publish events- Since:
- v4.1
-
-
Constructor Summary
Constructors Constructor Description SuspendBuildEventListener(PlanManager planManager, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(PlanSuspensionRequestedEvent event)
-
-
-
Constructor Detail
-
SuspendBuildEventListener
public SuspendBuildEventListener(PlanManager planManager, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Detail
-
handleEvent
@EventListener public void handleEvent(PlanSuspensionRequestedEvent event)
-
-