public abstract class BuildContextEvent extends com.atlassian.event.Event implements PlanResultEvent, ContextEvent<BuildContext>
BuildContextEvent
is an event that occurs within the build workflow contextsource
Constructor and Description |
---|
BuildContextEvent(Object source,
BuildContext buildContext) |
Modifier and Type | Method and Description |
---|---|
BuildContext |
getBuildContext()
Deprecated.
since 5.0 use
getContext() |
BuildContext |
getContext() |
PlanKey |
getPlanKey()
|
PlanResultKey |
getPlanResultKey()
Get the
PlanResultKey for the ResultsSummary |
ResultKey |
getResultKey() |
getSource, toString
public BuildContextEvent(@NotNull Object source, @NotNull BuildContext buildContext)
@Deprecated @NotNull public BuildContext getBuildContext()
getContext()
@NotNull public BuildContext getContext()
getContext
in interface ContextEvent<BuildContext>
public ResultKey getResultKey()
getResultKey
in interface ResultEvent
public PlanResultKey getPlanResultKey()
PlanResultEvent
PlanResultKey
for the ResultsSummary
getPlanResultKey
in interface PlanResultEvent
public PlanKey getPlanKey()
getPlanKey
in interface PlanEvent
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.