com.atlassian.bamboo.v2.build.events
Class BuildContextEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.v2.build.events.BuildContextEvent
- All Implemented Interfaces:
- PlanEvent, PlanResultEvent, java.io.Serializable
- Direct Known Subclasses:
- BuildQueuedEvent, BuildTriggeredEvent, PostBuildCompletedEvent
public abstract class BuildContextEvent
- extends com.atlassian.event.Event
- implements PlanResultEvent
A BuildContextEvent
is an event that occurs within the build workflow context
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BuildContextEvent
public BuildContextEvent(@NotNull
java.lang.Object source,
@NotNull
BuildContext buildContext)
getBuildContext
@NotNull
public BuildContext getBuildContext()
getPlanResultKey
public PlanResultKey getPlanResultKey()
- Description copied from interface:
PlanResultEvent
- Get the
PlanResultKey
for the ResultsSummary
- Specified by:
getPlanResultKey
in interface PlanResultEvent
- Returns:
- planResultKey
getPlanKey
public PlanKey getPlanKey()
- Get the
PlanKey
of the Plan
- Specified by:
getPlanKey
in interface PlanEvent
- Returns:
- planKey
Copyright © 2011 Atlassian. All Rights Reserved.