com.atlassian.bamboo.brokenbuildtracker.notifications
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, Serializable
- Direct Known Subclasses:
- UserRespAddedEvent, UserRespRemovedEvent
public class UserResponsibilityEvent
- extends BuildEvent
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
UserResponsibilityEvent
public UserResponsibilityEvent(Object source,
PlanKey buildKey,
String userResponsible,
@Nullable
String userWhoUpdated,
@NotNull
TrackingEntry trackingEntry)
UserResponsibilityEvent
public UserResponsibilityEvent(Object source,
PlanResultKey planResultKey,
String userResponsible,
@Nullable
String userWhoUpdated,
@NotNull
TrackingEntry trackingEntry)
getUserResponsible
public String getUserResponsible()
getUserWhoUpdated
public String getUserWhoUpdated()
getPlanResultKey
public PlanResultKey getPlanResultKey()
getTrackingEntry
public TrackingEntry getTrackingEntry()
setPlanResultKey
public void setPlanResultKey(PlanResultKey planResultKey)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.