Package com.atlassian.bamboo.event
Class PlanFavouriteEvent
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
- All Implemented Interfaces:
PlanEvent
,Serializable
- Direct Known Subclasses:
PlanFavouriteAddedEvent
,PlanFavouriteRemovedEvent
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKey
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ModifierConstructorDescriptionprotected
PlanFavouriteEvent
(Object source, PlanKey chainKey, com.atlassian.user.User user) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toString
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
-
Constructor Details
-
PlanFavouriteEvent
-
-
Method Details
-
getUsername
- Returns:
- user who favorited the
Plan
-