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
Provides a common interface for both build and chain events that contain a result
-
Method Summary
Methods inherited from interface com.atlassian.bamboo.event.PlanEvent
getPlanKey
-
Method Details
-
getPlanResultKey
PlanResultKey getPlanResultKey()Get thePlanResultKeyfor theResultsSummary- Returns:
- planResultKey
-