com.atlassian.bamboo.event
Class BuildEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.BuildEvent
- All Implemented Interfaces:
- PlanEvent, Serializable
- Direct Known Subclasses:
- BuildConfigurationUpdatedEvent, BuildCreatedEvent, BuildDeletedEvent, BuildHungEvent, BuildRequirementUpdatedEvent, BuildResultEvent, ChangeDetectionRequiredEvent, InitialBuildRequiredEvent, UserResponsibilityEvent
@AsynchronousPreferred
public class BuildEvent
- extends com.atlassian.event.Event
- implements PlanEvent
Generic base event for Event
s that captures a Plan
. We store the key so that the listeners
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
BuildEvent
@Deprecated
public BuildEvent(Object source,
String buildKey)
- Deprecated. since 5.0
BuildEvent
public BuildEvent(Object source,
PlanKey planKey)
getBuildPlanKey
public String getBuildPlanKey()
getPlanKey
public PlanKey getPlanKey()
- Gets the
PlanKey
- Specified by:
getPlanKey
in interface PlanEvent
- Returns:
- planKey
toString
public String toString()
- Overrides:
toString
in class EventObject
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.