Package 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:
Serializable
@AsynchronousPreferred public class BuildsMovedEvent extends com.atlassian.event.Event
Triggers when builds are moved- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Map<PlanKey,PlanKey>
planKeyChangesMap
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description BuildsMovedEvent(Object object, Map<PlanKey,PlanKey> planKeyChangesMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<PlanKey,PlanKey>
getPlanKeyChangesMap()
Gets the mapping between old and new plan keys.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-