Class UserRespAddedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.BuildEvent
-
- com.atlassian.bamboo.brokenbuildtracker.notifications.UserResponsibilityEvent
-
- com.atlassian.bamboo.brokenbuildtracker.notifications.UserRespAddedEvent
-
- All Implemented Interfaces:
PlanEvent
,PlanResultEvent
,Serializable
public class UserRespAddedEvent extends UserResponsibilityEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description UserRespAddedEvent(Object source, PlanKey buildKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull TrackingEntry trackingEntry)
UserRespAddedEvent(Object source, PlanResultKey resultKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull 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 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 Detail
-
UserRespAddedEvent
public UserRespAddedEvent(Object source, PlanKey buildKey, String userResponsible, @Nullable @Nullable String userWhoUpdated, @NotNull @NotNull TrackingEntry trackingEntry)
-
UserRespAddedEvent
public UserRespAddedEvent(Object source, PlanResultKey resultKey, String userResponsible, @Nullable @Nullable String userWhoUpdated, @NotNull @NotNull TrackingEntry trackingEntry)
-
-