Package com.atlassian.bamboo.event
Class BuildConfigurationUpdatedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.BuildEvent
-
- com.atlassian.bamboo.event.BuildConfigurationUpdatedEvent
-
- All Implemented Interfaces:
PlanEvent
,Serializable
@AsynchronousPreferred public class BuildConfigurationUpdatedEvent extends BuildEvent
An event that occurs when the the build configuration is changed- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description BuildConfigurationUpdatedEvent(Object source, PlanKey planKey)
-
Method Summary
-
Methods inherited from class com.atlassian.bamboo.event.BuildEvent
getBuildPlanKey, getPlanKey, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-