Package com.atlassian.bamboo.event
Interface PlanResultEvent
-
- All Superinterfaces:
PlanEvent
- All Known Implementing Classes:
BuildCanceledEvent,BuildCommentDeletedEvent,BuildCommentedEvent,BuildCompletedEvent,BuildContextEvent,BuildFinishedEvent,BuildHungEvent,BuildQueuedEvent,BuildQueueTimeoutEvent,BuildResultDeletedEvent,BuildResultEvent,BuildStateResultEvent,BuildTriggeredEvent,ChainAbandonedEvent,ChainCompletedEvent,ChainResultDeletedEvent,ChainResultEvent,ChainStartedEvent,FailedStageRestartEvent,JobCompletedEvent,ManualStageResumedEvent,PostBuildCompletedEvent,ResultLabelAddedEvent,ResultLabelEvent,ResultLabelRemovedEvent,ResultsSummaryUpdatedEvent,StageCompletedEvent,StoppedOnManualStageEvent,UserRespAddedEvent,UserResponsibilityEvent,UserRespRemovedEvent
public interface PlanResultEvent extends PlanEvent
Provides a common interface for both build and chain events that contain a result
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlanResultKeygetPlanResultKey()Get thePlanResultKeyfor theResultsSummary-
Methods inherited from interface com.atlassian.bamboo.event.PlanEvent
getPlanKey
-
-
-
-
Method Detail
-
getPlanResultKey
PlanResultKey getPlanResultKey()
Get thePlanResultKeyfor theResultsSummary- Returns:
- planResultKey
-
-