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 thePlanResultKeyfor theResultsSummaryvoidsetPlanResultKey(PlanResultKey planResultKey) Methods inherited from class com.atlassian.bamboo.event.BuildEvent
getBuildPlanKey, getPlanKey, toStringMethods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSourceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:PlanResultEventGet thePlanResultKeyfor theResultsSummary- Specified by:
getPlanResultKeyin interfacePlanResultEvent- Returns:
- planResultKey
-
getTrackingEntry
-
setPlanResultKey
-