com.atlassian.bamboo.event
Class BuildsMovedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.BuildsMovedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class BuildsMovedEvent
- extends com.atlassian.event.Event
Triggers when builds are moved
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
BuildsMovedEvent(java.lang.Object object,
java.util.Collection movedBuilds)
|
Method Summary |
java.util.Collection |
getMovedBuilds()
Gets the builds affected by the move |
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 |
movedBuilds
public final java.util.Collection movedBuilds
BuildsMovedEvent
public BuildsMovedEvent(java.lang.Object object,
java.util.Collection movedBuilds)
getMovedBuilds
public java.util.Collection getMovedBuilds()
- Gets the builds affected by the move
- Returns:
- A
Collection
of Build
Copyright © 2010 Atlassian. All Rights Reserved.