Class DeploymentNotificationEventListener
- java.lang.Object
-
- com.atlassian.bamboo.deployments.notification.DeploymentNotificationEventListener
-
public class DeploymentNotificationEventListener extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentNotificationEventListener(DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher, NotificationManager notificationManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDeploymentFinished(@NotNull DeploymentFinishedEvent event)
void
onDeploymentStarted(@NotNull DeploymentStartedEvent event)
-
-
-
Constructor Detail
-
DeploymentNotificationEventListener
public DeploymentNotificationEventListener(DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher, NotificationManager notificationManager)
-
-
Method Detail
-
onDeploymentFinished
@EventListener public void onDeploymentFinished(@NotNull @NotNull DeploymentFinishedEvent event)
-
onDeploymentStarted
@EventListener public void onDeploymentStarted(@NotNull @NotNull DeploymentStartedEvent event)
-
-