com.atlassian.bamboo.brokenbuildtracker.notifications
Class UserRespRemovedEvent

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.BuildEvent
                  extended by com.atlassian.bamboo.brokenbuildtracker.notifications.UserResponsibilityEvent
                      extended by com.atlassian.bamboo.brokenbuildtracker.notifications.UserRespRemovedEvent
All Implemented Interfaces:
PlanEvent, java.io.Serializable

public class UserRespRemovedEvent
extends UserResponsibilityEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UserRespRemovedEvent(java.lang.Object source, PlanKey buildKey, java.lang.String userResponsible, java.lang.String userWhoUpdated, TrackingEntry trackingEntry)
           
UserRespRemovedEvent(java.lang.Object source, PlanResultKey resultKey, java.lang.String userResponsible, java.lang.String userWhoUpdated, TrackingEntry trackingEntry)
           
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.brokenbuildtracker.notifications.UserResponsibilityEvent
getPlanResultKey, getTrackingEntry, getUserResponsible, getUserWhoUpdated, setPlanResultKey
 
Methods inherited from class com.atlassian.bamboo.event.BuildEvent
getBuildPlanKey, 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

UserRespRemovedEvent

public UserRespRemovedEvent(java.lang.Object source,
                            PlanKey buildKey,
                            java.lang.String userResponsible,
                            @Nullable
                            java.lang.String userWhoUpdated,
                            TrackingEntry trackingEntry)

UserRespRemovedEvent

public UserRespRemovedEvent(java.lang.Object source,
                            PlanResultKey resultKey,
                            java.lang.String userResponsible,
                            @Nullable
                            java.lang.String userWhoUpdated,
                            TrackingEntry trackingEntry)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.