com.atlassian.bamboo.event
Class BuildsMovedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by 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

Field Summary
 java.util.Collection movedBuilds
           
 
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
 

Field Detail

movedBuilds

public final java.util.Collection movedBuilds
Constructor Detail

BuildsMovedEvent

public BuildsMovedEvent(java.lang.Object object,
                        java.util.Collection movedBuilds)
Method Detail

getMovedBuilds

public java.util.Collection getMovedBuilds()
Gets the builds affected by the move

Returns:
A Collection of Build


Copyright © 2010 Atlassian. All Rights Reserved.