com.atlassian.bamboo.event
Interface PlanResultEvent

All Superinterfaces:
PlanEvent
All Known Implementing Classes:
BuildCanceledEvent, BuildCommentDeletedEvent, BuildCommentedEvent, BuildCompletedEvent, BuildContextEvent, BuildFinishedEvent, BuildQueuedEvent, BuildQueueTimeoutEvent, BuildResultDeletedEvent, BuildResultEvent, BuildResultsSummaryUpdatedEvent, BuildStateResultEvent, BuildTriggeredEvent, ChainCompletedEvent, ChainResultDeletedEvent, ChainResultEvent, FailedStageRestartEvent, JobCompletedEvent, ManualStageResumedEvent, PostBuildCompletedEvent, ResultLabelAddedEvent, ResultLabelEvent, ResultLabelRemovedEvent, StageCompletedEvent, StoppedOnManualStageEvent

public interface PlanResultEvent
extends PlanEvent

Provides a common interface for both build and chain events that contain a result


Method Summary
 PlanResultKey getPlanResultKey()
          Get the PlanResultKey for the ResultsSummary
 
Methods inherited from interface com.atlassian.bamboo.event.PlanEvent
getPlanKey
 

Method Detail

getPlanResultKey

PlanResultKey getPlanResultKey()
Get the PlanResultKey for the ResultsSummary

Returns:
planResultKey


Copyright © 2011 Atlassian. All Rights Reserved.