Class DeploymentContextEvent
- java.lang.Object
-
- com.atlassian.bamboo.deployments.events.DeploymentContextEvent
-
- All Implemented Interfaces:
ContextEvent<DeploymentContext>
,ResultEvent
- Direct Known Subclasses:
DeploymentQueuedEvent
,DeploymentTriggeredEvent
public abstract class DeploymentContextEvent extends Object implements ContextEvent<DeploymentContext>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DeploymentContextEvent(@NotNull DeploymentContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull DeploymentContext
getContext()
ResultKey
getResultKey()
-
-
-
Constructor Detail
-
DeploymentContextEvent
protected DeploymentContextEvent(@NotNull @NotNull DeploymentContext context)
-
-
Method Detail
-
getContext
@NotNull public @NotNull DeploymentContext getContext()
- Specified by:
getContext
in interfaceContextEvent<DeploymentContext>
-
getResultKey
public ResultKey getResultKey()
- Specified by:
getResultKey
in interfaceResultEvent
-
-