com.atlassian.bamboo.deployments.execution.events
Class DeploymentExecutionEventListener

java.lang.Object
  extended by com.atlassian.bamboo.deployments.execution.events.DeploymentExecutionEventListener

public class DeploymentExecutionEventListener
extends java.lang.Object


Constructor Summary
DeploymentExecutionEventListener(BuildQueueManager buildQueueManager, DeploymentResultService deploymentResultService)
           
 
Method Summary
 void onDeploymentExecuted(DeploymentTimingPoints.AgentAssigned timingPoint)
           
 void onDeploymentExecutionStarted(DeploymentTimingPoints.ExecutionStarted timingPoint)
           
 void onDeploymentFinished(DeploymentTimingPoints.ExecutionFinished timingPoint)
           
 void onDeploymentQueued(DeploymentTimingPoints.Queued timingPoint)
           
 void onDeploymentTriggered(DeploymentTriggeredEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentExecutionEventListener

public DeploymentExecutionEventListener(BuildQueueManager buildQueueManager,
                                        DeploymentResultService deploymentResultService)
Method Detail

onDeploymentTriggered

@EventListener
public void onDeploymentTriggered(@NotNull
                                                DeploymentTriggeredEvent event)

onDeploymentQueued

@EventListener
public void onDeploymentQueued(@NotNull
                                             DeploymentTimingPoints.Queued timingPoint)

onDeploymentExecuted

@EventListener
public void onDeploymentExecuted(@NotNull
                                               DeploymentTimingPoints.AgentAssigned timingPoint)

onDeploymentExecutionStarted

@EventListener
public void onDeploymentExecutionStarted(@NotNull
                                                       DeploymentTimingPoints.ExecutionStarted timingPoint)

onDeploymentFinished

@EventListener
public void onDeploymentFinished(@NotNull
                                               DeploymentTimingPoints.ExecutionFinished timingPoint)


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