Class UserResponsibilityEvent
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
- All Implemented Interfaces:
PlanEvent
,PlanResultEvent
,Serializable
- Direct Known Subclasses:
UserRespAddedEvent
,UserRespRemovedEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionUserResponsibilityEvent
(Object source, PlanKey buildKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull TrackingEntry trackingEntry) UserResponsibilityEvent
(Object source, PlanResultKey planResultKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull TrackingEntry trackingEntry) -
Method Summary
Modifier and TypeMethodDescriptionGet thePlanResultKey
for theResultsSummary
void
setPlanResultKey
(PlanResultKey planResultKey) 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
-
UserResponsibilityEvent
public UserResponsibilityEvent(Object source, PlanKey buildKey, String userResponsible, @Nullable @Nullable String userWhoUpdated, @NotNull @NotNull TrackingEntry trackingEntry) -
UserResponsibilityEvent
public UserResponsibilityEvent(Object source, PlanResultKey planResultKey, String userResponsible, @Nullable @Nullable String userWhoUpdated, @NotNull @NotNull TrackingEntry trackingEntry)
-
-
Method Details
-
getUserResponsible
-
getUserWhoUpdated
-
getPlanResultKey
Description copied from interface:PlanResultEvent
Get thePlanResultKey
for theResultsSummary
- Specified by:
getPlanResultKey
in interfacePlanResultEvent
- Returns:
- planResultKey
-
getTrackingEntry
-
setPlanResultKey
-