Package com.atlassian.bamboo.event
package com.atlassian.bamboo.event
-
ClassDescriptionEvent is triggered when Administration Configuration is updated by user or system.Occurs when a specific agent is updated (e.g the agent has been created or disabled)This event is published whenever an agent is disabled or enabled.Occurs if there is an update that will effect all agents e.g.An event fired when background deletion completesRepresents an Error thrown in Bamboo, these can either be system errors or build errors.Base class for all Bamboo events.BambooEventListener<T extends BambooEvent>A replacement for removed EventListener interface to handle legacy event listener plugin point.Fired when Build is canceled through the
StopBuildManager
Occurs when a comment onResultsSummary
has been removedOccurs when aResultsSummary
has been commented onEvent that gets triggered when a build is completed AResultsSummary
corresponding to this event should be available viaResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
An event that occurs when the the build configuration is changedEvent triggered when a build or Job is deletedGeneric base event forBambooEvent
s that captures aPlan
.Fired whenBuildExecutionManager#finishBuild(PlanResultKey)
is called Note that that a correspondingBuildResultsSummary
might not be available SeeBuildCompletedEvent
andPostBuildCompletedEvent
An event that is thrown if the build has been detected to have hung based on certain criteria.Occurs when aRequirement
has changedTriggered when a build result is removedBase class for build result related eventsTriggers when builds are movedBuildResultEvent
that is aware ofBuildState
Triggered when capability label changedEvent published during Bamboo server startup when pending chains are transitioned toBuildState.UNKNOWN
Event that gets triggered after a chain completesEvent is triggered when new chain created.Base class for chain result related eventsPublished when jobs from chain are added to queue.ContextEvent<C extends CommonContext>An event that gets fired after the deletion action has finishedOccurs when aRequirement
has changedEvent that gets triggered before a failed stage is restartedThis listener runs during the startup phase to turn on and off features depending on flags in theFeatureManager
HibernateEventListener<T extends BambooEvent>Deprecated.Deprecated.since 3.3 useBambooSmackClient.send(Message)
InlineEventListener<T extends BambooEvent>A marker interface to denote an event listener that should always be run inline (ie not async)Event that gets triggered when a build is completed ABuildResultsSummary
corresponding to this event should be available viaBuildResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
Event that gets triggered before a manual stage is resumedEvent triggered when lots ofChain
are deletedEvent triggered when lots of Jobs are deletedProvides a common interface for both build and chain eventsFired when a user favourites aPlan
Fired when a user removes a favourite from aPlan
Provides a common interface for both build and chain events that contain a resultAn event that requests for a plan to be suspendedEvent is triggered when a new project is created.Event is triggered after a project is marked for deletion.Event is triggered when a project details are changed (e.g.An event that will be broadcast to all agents that are listeningAn event listener that rebroadcasts the anRemoteBroadcastEvent
through aJmsTemplate
Fired when aLabel
is added to aResultsSummary
Fired when aLabel
is removed from aResultsSummary
Occurs when aResultsSummary
has been updatedEvent fired when user changed security settings about Trusted keys management.Event that broadcasts the fingerprint informationAn event that publishes the server's fingerprintAn event indicating that Bamboo has startedAn event that indicates that the server is startingOccurs when specs contain a type dedicated to explicitly delete all objects of some typeEvent that gets triggered after a stage completesEvent that gets triggered after a chain stops on manual stage This event will be triggered after anyStageCompletedEvent
and before anyChainCompletedEvent
related to the same build.
HibernateEventListenerAspect