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

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

public class DeploymentStartedEvent
extends java.lang.Object
implements java.io.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
 long getDeploymentResult()
           
 
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)
Method Detail

getDeploymentResult

public long getDeploymentResult()


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