Package com.atlassian.bamboo.event
Class PlanFavouriteRemovedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.ChainEvent
com.atlassian.bamboo.event.PlanFavouriteEvent
com.atlassian.bamboo.event.PlanFavouriteRemovedEvent
- All Implemented Interfaces:
PlanEvent,Serializable
Fired when a user removes a favourite from a
Plan- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKeyFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPlanFavouriteRemovedEvent(Object source, PlanKey chainKey, com.atlassian.user.User user) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.PlanFavouriteEvent
getUsernameMethods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toStringMethods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
PlanFavouriteRemovedEvent
-