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, toStringpublic 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 ResultEventpublic PlanResultKey getPlanResultKey()
PlanResultEventPlanResultKey for the ResultsSummarygetPlanResultKey in interface PlanResultEventpublic PlanKey getPlanKey()
getPlanKey in interface PlanEventCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.