com.atlassian.bamboo.deployments.notification
Class DeploymentNotificationEventListener

java.lang.Object
  extended by com.atlassian.bamboo.deployments.notification.DeploymentNotificationEventListener

public class DeploymentNotificationEventListener
extends java.lang.Object


Constructor Summary
DeploymentNotificationEventListener(BuildQueueManager buildQueueManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher)
           
 
Method Summary
 void onDeploymentFinished(DeploymentFinishedEvent event)
           
 void onDeploymentStarted(DeploymentStartedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentNotificationEventListener

public DeploymentNotificationEventListener(BuildQueueManager buildQueueManager,
                                           DeploymentResultService deploymentResultService,
                                           EnvironmentService environmentService,
                                           NotificationDispatcher notificationDispatcher)
Method Detail

onDeploymentFinished

@EventListener
public void onDeploymentFinished(@NotNull
                                               DeploymentFinishedEvent event)

onDeploymentStarted

@EventListener
public void onDeploymentStarted(@NotNull
                                              DeploymentStartedEvent event)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.