com.atlassian.bamboo.deployments.events
Class DeploymentContextEvent

java.lang.Object
  extended by com.atlassian.bamboo.deployments.events.DeploymentContextEvent
All Implemented Interfaces:
ContextEvent<DeploymentContext>, ResultEvent
Direct Known Subclasses:
DeploymentTriggeredEvent

public abstract class DeploymentContextEvent
extends java.lang.Object
implements ContextEvent<DeploymentContext>


Constructor Summary
protected DeploymentContextEvent(DeploymentContext context)
           
 
Method Summary
 DeploymentContext getContext()
           
 ResultKey getResultKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentContextEvent

protected DeploymentContextEvent(@NotNull
                                 DeploymentContext context)
Method Detail

getContext

@NotNull
public DeploymentContext getContext()
Specified by:
getContext in interface ContextEvent<DeploymentContext>

getResultKey

public ResultKey getResultKey()
Specified by:
getResultKey in interface ResultEvent


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