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:
- java.io.Serializable
- Direct Known Subclasses:
- BuildConfigurationUpdatedEvent, BuildCreatedEvent, BuildDeletedEvent, BuildHungEvent, BuildQueueTimeoutEvent, BuildRequirementUpdatedEvent, BuildResultEvent, ChangeDetectionRequiredEvent, InitialBuildRequiredEvent
public class BuildEvent
- extends com.atlassian.event.Event
Generic base event for Event
s that captures a Build
. We store the key so that the listeners
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
buildKey
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
BuildEvent(java.lang.Object source,
java.lang.String buildKey)
|
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 |
buildKey
protected final java.lang.String buildKey
BuildEvent
public BuildEvent(java.lang.Object source,
java.lang.String buildKey)
getBuildPlanKey
public java.lang.String getBuildPlanKey()
Copyright © 2010 Atlassian. All Rights Reserved.