Package com.atlassian.bamboo.event
Class PlanFavouriteEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.ChainEvent
-
- com.atlassian.bamboo.event.PlanFavouriteEvent
-
- All Implemented Interfaces:
PlanEvent
,Serializable
- Direct Known Subclasses:
PlanFavouriteAddedEvent
,PlanFavouriteRemovedEvent
public abstract class PlanFavouriteEvent extends ChainEvent
- 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 Modifier Constructor Description protected
PlanFavouriteEvent(Object source, PlanKey chainKey, com.atlassian.user.User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getUsername()
-
Methods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-