public class UserResponsibilityEvent extends BuildEvent implements PlanResultEvent
source
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
getPlanResultKey()
Get the
PlanResultKey for the ResultsSummary |
TrackingEntry |
getTrackingEntry() |
String |
getUserResponsible() |
String |
getUserWhoUpdated() |
void |
setPlanResultKey(PlanResultKey planResultKey) |
getBuildPlanKey, getPlanKey, toString
getSource
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPlanKey
public UserResponsibilityEvent(Object source, PlanKey buildKey, String userResponsible, @Nullable @Nullable String userWhoUpdated, @NotNull @NotNull TrackingEntry trackingEntry)
public UserResponsibilityEvent(Object source, PlanResultKey planResultKey, String userResponsible, @Nullable @Nullable String userWhoUpdated, @NotNull @NotNull TrackingEntry trackingEntry)
public String getUserResponsible()
public String getUserWhoUpdated()
public PlanResultKey getPlanResultKey()
PlanResultEvent
PlanResultKey
for the ResultsSummary
getPlanResultKey
in interface PlanResultEvent
public TrackingEntry getTrackingEntry()
public void setPlanResultKey(PlanResultKey planResultKey)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.