com.atlassian.bamboo.event
Interface PlanEvent

All Known Subinterfaces:
PlanResultEvent
All Known Implementing Classes:
BuildCanceledEvent, BuildCommentedEvent, BuildCompletedEvent, BuildConfigurationUpdatedEvent, BuildContextEvent, BuildCreatedEvent, BuildDeletedEvent, BuildEvent, BuildFinishedEvent, BuildHungEvent, BuildQueuedEvent, BuildQueueTimeoutEvent, BuildRequirementUpdatedEvent, BuildResultDeletedEvent, BuildResultEvent, BuildResultsSummaryUpdatedEvent, BuildStateResultEvent, BuildTriggeredEvent, ChainCompletedEvent, ChainCreatedEvent, ChainDeletedEvent, ChainEvent, ChainResultDeletedEvent, ChainResultEvent, ChainUpdatedEvent, ChangeDetectionRequiredEvent, InitialBuildRequiredEvent, JobCompletedEvent, PostBuildCompletedEvent, StageCompletedEvent

public interface PlanEvent

Provides a common interface for both build and chain events


Method Summary
 PlanKey getPlanKey()
          Get the PlanKey of the Plan
 

Method Detail

getPlanKey

PlanKey getPlanKey()
Get the PlanKey of the Plan

Returns:
planKey


Copyright © 2011 Atlassian. All Rights Reserved.