public class UserResponsibilityEvent extends BuildEvent
source
Constructor and Description |
---|
UserResponsibilityEvent(Object source,
PlanKey buildKey,
String userResponsible,
String userWhoUpdated,
TrackingEntry trackingEntry) |
UserResponsibilityEvent(Object source,
PlanResultKey planResultKey,
String userResponsible,
String userWhoUpdated,
TrackingEntry trackingEntry) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
getPlanResultKey() |
TrackingEntry |
getTrackingEntry() |
String |
getUserResponsible() |
String |
getUserWhoUpdated() |
void |
setPlanResultKey(PlanResultKey planResultKey) |
getBuildPlanKey, getPlanKey, toString
getSource
public UserResponsibilityEvent(Object source, PlanKey buildKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull TrackingEntry trackingEntry)
public UserResponsibilityEvent(Object source, PlanResultKey planResultKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull TrackingEntry trackingEntry)
public String getUserResponsible()
public String getUserWhoUpdated()
public PlanResultKey getPlanResultKey()
public TrackingEntry getTrackingEntry()
public void setPlanResultKey(PlanResultKey planResultKey)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.