Class PlansDefaultVcsRepositoryChanged
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.ChainEvent
-
- com.atlassian.bamboo.event.branch.PlansDefaultVcsRepositoryChanged
-
- All Implemented Interfaces:
PlanEvent
,Serializable
@Internal @AsynchronousPreferred public class PlansDefaultVcsRepositoryChanged extends ChainEvent
Event fired when default repository of a plan is replaced with another one or removed. This event is not fired when default repository is edited.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKey
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PlansDefaultVcsRepositoryChanged(Object source, PlanKey chainKey)
-
Method Summary
-
Methods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-