Class UserResponsibilityEvent
- 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
-
- All Implemented Interfaces:
PlanEvent
,PlanResultEvent
,Serializable
- Direct Known Subclasses:
UserRespAddedEvent
,UserRespRemovedEvent
public class UserResponsibilityEvent extends BuildEvent implements PlanResultEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description UserResponsibilityEvent(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanResultKey
getPlanResultKey()
Get thePlanResultKey
for theResultsSummary
TrackingEntry
getTrackingEntry()
String
getUserResponsible()
String
getUserWhoUpdated()
void
setPlanResultKey(PlanResultKey planResultKey)
-
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
-
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 Detail
-
getUserResponsible
public String getUserResponsible()
-
getUserWhoUpdated
public String getUserWhoUpdated()
-
getPlanResultKey
public PlanResultKey getPlanResultKey()
Description copied from interface:PlanResultEvent
Get thePlanResultKey
for theResultsSummary
- Specified by:
getPlanResultKey
in interfacePlanResultEvent
- Returns:
- planResultKey
-
getTrackingEntry
public TrackingEntry getTrackingEntry()
-
setPlanResultKey
public void setPlanResultKey(PlanResultKey planResultKey)
-
-