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(@NotNull Object source,
@NotNull BuildContext buildContext) |
Modifier and Type | Method and Description |
---|---|
@NotNull BuildContext |
getBuildContext()
Deprecated.
since 5.0 use
getContext() |
@NotNull BuildContext |
getContext() |
PlanKey |
getPlanKey()
|
PlanResultKey |
getPlanResultKey()
Get the
PlanResultKey for the ResultsSummary |
ResultKey |
getResultKey() |
getSource, toString
public BuildContextEvent(@NotNull @NotNull Object source, @NotNull @NotNull BuildContext buildContext)
@Deprecated @NotNull public @NotNull BuildContext getBuildContext()
getContext()
@NotNull public @NotNull 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.