|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanEvent | |
---|---|
com.atlassian.bamboo.event | |
com.atlassian.bamboo.v2.build.events | |
com.atlassian.bamboo.v2.events |
Uses of PlanEvent in com.atlassian.bamboo.event |
---|
Subinterfaces of PlanEvent in com.atlassian.bamboo.event | |
---|---|
interface |
PlanResultEvent
Provides a common interface for both build and chain events that contain a result |
Classes in com.atlassian.bamboo.event that implement PlanEvent | |
---|---|
class |
BuildCanceledEvent
Fired when Build is canceled through the StopBuildManager |
class |
BuildCommentedEvent
|
class |
BuildCompletedEvent
Event that gets triggered when a build is completed A BuildResultsSummary corresponding to this event should be available via BuildResultsSummaryManager
See PostBuildCompletedEvent and BuildFinishedEvent |
class |
BuildConfigurationUpdatedEvent
An event that occurs when the the build configuration is changed |
class |
BuildDeletedEvent
Event triggered when a build plan is deleted |
class |
BuildEvent
Generic base event for Event s that captures a Build . |
class |
BuildFinishedEvent
Fired when BuildExecutionManager.finishBuild(PlanResultKey) is called
Note that that a corresponding BuildResultsSummary might not be available
See BuildCompletedEvent and PostBuildCompletedEvent |
class |
BuildHungEvent
An event that is thrown if the build has been detected to have hung based on certain criteria. |
class |
BuildQueueTimeoutEvent
|
class |
BuildRequirementUpdatedEvent
|
class |
BuildResultDeletedEvent
Triggered when a build result is removed |
class |
BuildResultEvent
Base class for build result related events |
class |
BuildResultsSummaryUpdatedEvent
|
class |
BuildStateResultEvent
BuildResultEvent that is aware of BuildState |
class |
ChainCompletedEvent
Event that gets triggered after a chain completes |
class |
ChainCreatedEvent
|
class |
ChainDeletedEvent
|
class |
ChainEvent
|
class |
ChainResultDeletedEvent
|
class |
ChainResultEvent
Base class for chain result related events |
class |
ChainUpdatedEvent
|
class |
JobCompletedEvent
Event that gets triggered when a build is completed A BuildResultsSummary corresponding to this event should be available via BuildResultsSummaryManager
See PostBuildCompletedEvent and BuildFinishedEvent |
class |
StageCompletedEvent
Event that gets triggered after a stage completes |
Uses of PlanEvent in com.atlassian.bamboo.v2.build.events |
---|
Classes in com.atlassian.bamboo.v2.build.events that implement PlanEvent | |
---|---|
class |
AgentCompletedEvent
|
class |
BuildContextEvent
A BuildContextEvent is an event that occurs within the build workflow context |
class |
BuildDeQueuedEvent
|
class |
BuildQueuedEvent
|
class |
BuildRejectedFromQueueEvent
|
class |
BuildTriggeredEvent
|
class |
PostBuildCompletedEvent
Fired after the build has been completed A BuildResultsSummary corresponding to this event should be available via BuildResultsSummaryManager
See BuildCompletedEvent and BuildFinishedEvent |
Uses of PlanEvent in com.atlassian.bamboo.v2.events |
---|
Classes in com.atlassian.bamboo.v2.events that implement PlanEvent | |
---|---|
class |
BuildCreatedEvent
|
class |
ChangeDetectionRequiredEvent
Event which signifies that Bamboo should check repositories for changes |
class |
InitialBuildRequiredEvent
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |