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

java.lang.Object
  extended by com.atlassian.bamboo.deployments.execution.events.AbstractDeploymentEvent
      extended by com.atlassian.bamboo.deployments.execution.events.DeploymentStartedEvent
All Implemented Interfaces:
DeploymentEvent, Serializable

@AsynchronousPreferred
public class DeploymentStartedEvent
extends AbstractDeploymentEvent
implements Serializable

Event fired when deployment execution is being started. Used for example to trigger notifications.

See Also:
Serialized Form

Constructor Summary
DeploymentStartedEvent(long deploymentResultId)
           
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.deployments.execution.events.AbstractDeploymentEvent
getDeploymentResultId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentStartedEvent

public DeploymentStartedEvent(long deploymentResultId)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.