Class UserRespRemovedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.BuildEvent
com.atlassian.bamboo.brokenbuildtracker.notifications.UserResponsibilityEvent
com.atlassian.bamboo.brokenbuildtracker.notifications.UserRespRemovedEvent
- All Implemented Interfaces:
PlanEvent
,PlanResultEvent
,Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionUserRespRemovedEvent
(Object source, PlanKey buildKey, String userResponsible, @Nullable String userWhoUpdated, TrackingEntry trackingEntry) UserRespRemovedEvent
(Object source, PlanResultKey resultKey, String userResponsible, @Nullable 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.bamboo.event.BambooEvent
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
Methods inherited from interface com.atlassian.bamboo.event.PlanEvent
getPlanKey
-
Constructor Details
-
UserRespRemovedEvent
public UserRespRemovedEvent(Object source, PlanKey buildKey, String userResponsible, @Nullable @Nullable String userWhoUpdated, TrackingEntry trackingEntry) -
UserRespRemovedEvent
public UserRespRemovedEvent(Object source, PlanResultKey resultKey, String userResponsible, @Nullable @Nullable String userWhoUpdated, TrackingEntry trackingEntry)
-