Package com.atlassian.bamboo.event
Class BuildsMovedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.BuildsMovedEvent
- All Implemented Interfaces:
Serializable
Triggers when builds are moved
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the mapping between old and new plan keys.Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
planKeyChangesMap
-
-
Constructor Details
-
BuildsMovedEvent
-
-
Method Details
-
getPlanKeyChangesMap
Gets the mapping between old and new plan keys.
-