| Interface | Description |
|---|---|
| AgentConfigurationUpdatedEventFactory | |
| ContextEvent<C extends CommonContext> | |
| FingerprintEvent | Deprecated
since 5.8 remove when upgrade from 5.7 is not longer supported.
|
| HibernateEventListener | Deprecated
since 5.6 use
HibernateEventListenerAspect |
| InlineEventListener |
A marker interface to denote an event listener that should always be run inline (ie not async)
|
| PlanEvent |
Provides a common interface for both build and chain events
|
| PlanResultEvent |
Provides a common interface for both build and chain events that contain a result
|
| RemoteBroadcastEvent |
An event that will be broadcasted to all agents that are listening
|
| ResultEvent | |
| ServerFingerprintEvent |
An event that publishes the server's fingerprint
|
| Class | Description |
|---|---|
| AdministrationConfigurationUpdatedEvent |
Event is triggered when Administration Configuration is updated by user or system.
|
| AgentConfigurationUpdatedEvent |
Occurs when a specific agent is updated (e.g the agent has been created or disabled)
|
| AgentDisabledOrEnabledEvent |
This event is published whenever an agent is disabled or enabled.
|
| AllAgentsUpdatedEvent |
Occurs if there is an update that will effect all agents e.g.
|
| BackgroundDeletionCompletedEvent |
An event fired when background deletion completes
|
| BambooErrorEvent |
Represents an Error thrown in Bamboo, these can either be system errors or build errors.
|
| BuildCanceledEvent |
Fired when Build is canceled through the
StopBuildManager |
| BuildCommentDeletedEvent |
Occurs when a comment on
ResultsSummary has been removed |
| BuildCommentedEvent |
Occurs when a
ResultsSummary has been commented on |
| BuildCompletedEvent |
Event that gets triggered when a build is completed
A
ResultsSummary corresponding to this event should be available via ResultsSummaryManager
See PostBuildCompletedEvent and BuildFinishedEvent |
| BuildConfigurationUpdatedEvent |
An event that occurs when the the build configuration is changed
|
| BuildDeletedEvent |
Event triggered when a build or Job is deleted
|
| BuildEvent |
Generic base event for
Events that captures a Plan. |
| BuildFinishedEvent |
Fired when
BuildExecutionManager.finishBuild(PlanResultKey) is called
Note that that a corresponding BuildResultsSummary might not be available
See BuildCompletedEvent and PostBuildCompletedEvent |
| BuildHungEvent |
An event that is thrown if the build has been detected to have hung based on certain criteria.
|
| BuildQueueTimeoutEvent | |
| BuildRequirementUpdatedEvent |
Occurs when a
Requirement has changed |
| BuildResultDeletedEvent |
Triggered when a build result is removed
|
| BuildResultEvent |
Base class for build result related events
|
| BuildsMovedEvent |
Triggers when builds are moved
|
| BuildStateResultEvent |
BuildResultEvent that is aware of BuildState |
| CapabilityRenamedEvent |
Triggered when capability label changed
|
| ChainAbandonedEvent |
Event published during Bamboo server startup when pending chains are transitioned to
BuildState.UNKNOWN |
| ChainBranchConfigUpdatedEvent | |
| ChainCompletedEvent |
Event that gets triggered after a chain completes
|
| ChainCreatedEvent |
Event is triggered when new chain created.
|
| ChainDeletedEvent | |
| ChainEvent | |
| ChainResultDeletedEvent | |
| ChainResultEvent |
Base class for chain result related events
|
| ChainStartedEvent |
Published when jobs from chain are added to queue.
|
| ChainUpdatedEvent | |
| DeletionFinishedEvent |
An event that gets fired after the deletion action has finished
|
| ElasticConfigUpdatedEvent | |
| EmailEvent | |
| EnvironmentRequirementUpdatedEvent |
Occurs when a
Requirement has changed |
| EventListenerRunnable |
A
Runnable that holds runs an event listener using the passed in EventListener |
| FailedStageRestartEvent |
Event that gets triggered before a failed stage is restarted
|
| FeatureManagerStartupListener |
This listener runs during the startup phase to turn on and off features depending on flags in the
FeatureManager |
| IMEvent | Deprecated
since 3.3 use
BambooSmackClient.send(Message) |
| 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 |
| ManualStageResumedEvent |
Event that gets triggered before a manual stage is resumed
|
| MultipleChainsDeletedEvent |
Event triggered when lots of
Chain are deleted |
| MultipleJobsDeletedEvent |
Event triggered when lots of Jobs are deleted
|
| PlanFavouriteAddedEvent |
Fired when a user favourites a
Plan |
| PlanFavouriteEvent | |
| PlanFavouriteRemovedEvent |
Fired when a user removes a favourite from a
Plan |
| PlanSuspensionRequestedEvent |
An event that requests for a plan to be suspended
|
| RemoteBroadcastEventListener |
An event listener that rebroadcasts the an
RemoteBroadcastEvent through a JmsTemplate |
| ResultLabelAddedEvent |
Fired when a
Label is added to a ResultsSummary |
| ResultLabelEvent | |
| ResultLabelRemovedEvent |
Fired when a
Label is removed from a ResultsSummary |
| ResultsSummaryUpdatedEvent |
Occurs when a
ResultsSummary has been updated |
| SecuritySettingsUpdatedEvent |
Event fired when user changed security settings about Trusted keys management.
|
| ServerFingerprintBroadcastEvent | Deprecated
since 5.8 remove when upgrade from 5.7 is not longer supported.
|
| ServerFingerprintBroadcastEventV2 |
Event that broadcasts the fingerprint information
|
| ServerStartedEvent |
An event indicating that Bamboo has started
|
| ServerStartingEvent |
An event that indicates that the server is starting
|
| SpecsExplicitDeletionEvent |
Occurs when specs contain a type dedicated to explicitly delete all objects of some type
|
| SpecsSilentDeletionEvent |
Occurs when specs import is blocked due to risk of silently deleting objects
|
| StageCompletedEvent |
Event that gets triggered after a stage completes
|
| StoppedOnManualStageEvent |
Event that gets triggered after a chain stops on manual stage
This event will be triggered after any
StageCompletedEvent and before any ChainCompletedEvent related to the same build. |
| TrustedKeyRemovedEvent | |
| TrustedKeySavedEvent | |
| TrustedKeyVerificationFailedEvent | |
| TxAwareEventPublisher |
| Annotation Type | Description |
|---|---|
| HibernateEventListenerAspect |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.