com.atlassian.bamboo.build.configuration
Class SuspendBuildEventListener

java.lang.Object
  extended by com.atlassian.bamboo.build.configuration.SuspendBuildEventListener

public class SuspendBuildEventListener
extends java.lang.Object

A listener that will suspend builds, and properly log + publish events

Since:
v4.1

Constructor Summary
SuspendBuildEventListener(PlanManager planManager, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 
Method Summary
 void handleEvent(PlanSuspensionRequestedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuspendBuildEventListener

public SuspendBuildEventListener(PlanManager planManager,
                                 AuditLogService auditLogService,
                                 com.atlassian.event.api.EventPublisher eventPublisher)
Method Detail

handleEvent

@EventListener
public void handleEvent(PlanSuspensionRequestedEvent event)


Copyright © 2012 Atlassian. All Rights Reserved.