Class UserRespAddedEvent
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.UserRespAddedEvent
- All Implemented Interfaces:
PlanEvent
,PlanResultEvent
,Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionUserRespAddedEvent
(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 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
-
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)
-