com.atlassian.bamboo.event
Class PlanFavouriteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.bamboo.event.ChainEvent
                  extended by com.atlassian.bamboo.event.PlanFavouriteEvent
All Implemented Interfaces:
PlanEvent, java.io.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
protected PlanFavouriteEvent(java.lang.Object source, PlanKey chainKey, com.atlassian.user.User user)
           
 
Method Summary
 java.lang.String getUsername()
           
 
Methods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toString
 
Methods inherited from class com.atlassian.event.Event
equals, hashCode
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlanFavouriteEvent

protected PlanFavouriteEvent(java.lang.Object source,
                             PlanKey chainKey,
                             com.atlassian.user.User user)
Method Detail

getUsername

@NotNull
public java.lang.String getUsername()
Returns:
user who favorited the Plan


Copyright © 2012 Atlassian. All Rights Reserved.