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, java.io.Serializable
- Direct Known Subclasses:
- UserRespAddedEvent, UserRespRemovedEvent
public class UserResponsibilityEvent
- extends BuildEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
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 |
UserResponsibilityEvent
public UserResponsibilityEvent(java.lang.Object source,
PlanKey buildKey,
java.lang.String userResponsible,
@Nullable
java.lang.String userWhoUpdated,
@NotNull
TrackingEntry trackingEntry)
UserResponsibilityEvent
public UserResponsibilityEvent(java.lang.Object source,
PlanResultKey planResultKey,
java.lang.String userResponsible,
@Nullable
java.lang.String userWhoUpdated,
@NotNull
TrackingEntry trackingEntry)
getUserResponsible
public java.lang.String getUserResponsible()
getUserWhoUpdated
public java.lang.String getUserWhoUpdated()
getPlanResultKey
public PlanResultKey getPlanResultKey()
getTrackingEntry
public TrackingEntry getTrackingEntry()
setPlanResultKey
public void setPlanResultKey(PlanResultKey planResultKey)
Copyright © 2012 Atlassian. All Rights Reserved.