Uses of Class
com.atlassian.bamboo.event.BambooEvent
Package
Description
-
Uses of BambooEvent in com.atlassian.bamboo.beehive.events
-
Uses of BambooEvent in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooEvent in com.atlassian.bamboo.chains.events
Modifier and TypeClassDescriptionclass
Synchronous event sent after a chain has been moved allowing plugins and Bamboo components to react on chain key change.class
Synchronous event sent while a chain is being moved allowing plugins and Bamboo components to react on Chain key change. -
Uses of BambooEvent in com.atlassian.bamboo.event
Modifier and TypeInterfaceDescriptioninterface
BambooEventListener<T extends BambooEvent>
A replacement for removed EventListener interface to handle legacy event listener plugin point.interface
HibernateEventListener<T extends BambooEvent>
Deprecated.interface
InlineEventListener<T extends BambooEvent>
A marker interface to denote an event listener that should always be run inline (ie not async)Modifier and TypeClassDescriptionclass
Occurs when a specific agent is updated (e.g the agent has been created or disabled)class
This event is published whenever an agent is disabled or enabled.class
Occurs if there is an update that will effect all agents e.g.class
Represents an Error thrown in Bamboo, these can either be system errors or build errors.class
Fired when Build is canceled through theStopBuildManager
class
Occurs when a comment onResultsSummary
has been removedclass
Occurs when aResultsSummary
has been commented onclass
Event that gets triggered when a build is completed AResultsSummary
corresponding to this event should be available viaResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
class
An event that occurs when the the build configuration is changedclass
Event triggered when a build or Job is deletedclass
Generic base event forBambooEvent
s that captures aPlan
.class
Fired whenBuildExecutionManager#finishBuild(PlanResultKey)
is called Note that that a correspondingBuildResultsSummary
might not be available SeeBuildCompletedEvent
andPostBuildCompletedEvent
class
An event that is thrown if the build has been detected to have hung based on certain criteria.class
class
Occurs when aRequirement
has changedclass
Triggered when a build result is removedclass
Base class for build result related eventsclass
Triggers when builds are movedclass
BuildResultEvent
that is aware ofBuildState
class
Event published during Bamboo server startup when pending chains are transitioned toBuildState.UNKNOWN
class
class
Event that gets triggered after a chain completesfinal class
Event is triggered when new chain created.class
class
class
class
Base class for chain result related eventsclass
Published when jobs from chain are added to queue.class
class
class
class
Event that gets triggered before a failed stage is restartedclass
Deprecated.since 3.3 useBambooSmackClient.send(Message)
class
Event that gets triggered when a build is completed ABuildResultsSummary
corresponding to this event should be available viaBuildResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
class
Event that gets triggered before a manual stage is resumedclass
Event triggered when lots ofChain
are deletedclass
Fired when a user favourites aPlan
class
class
Fired when a user removes a favourite from aPlan
class
An event that requests for a plan to be suspendedclass
Fired when aLabel
is added to aResultsSummary
class
class
Fired when aLabel
is removed from aResultsSummary
class
Occurs when aResultsSummary
has been updatedclass
Event that broadcasts the fingerprint informationclass
An event indicating that Bamboo has startedclass
An event that indicates that the server is startingclass
Event that gets triggered after a stage completesclass
Event 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. -
Uses of BambooEvent in com.atlassian.bamboo.event.agent
-
Uses of BambooEvent in com.atlassian.bamboo.event.artifact
Modifier and TypeClassDescriptionclass
Event sent when ArtifactDefinition is added.class
class
Event sent when ArtifactDefinition is updated.class
-
Uses of BambooEvent in com.atlassian.bamboo.event.branch
Modifier and TypeClassDescriptionclass
Event fired when divergent branch is changed to a lightweight branchclass
Event fired when default repository of a plan is replaced with another one or removed. -
Uses of BambooEvent in com.atlassian.bamboo.event.elastic
Modifier and TypeClassDescriptionclass
Occurs when an elastic image configuration is updated (added, modified or removed)class
class
class
-
Uses of BambooEvent in com.atlassian.bamboo.event.rss
-
Uses of BambooEvent in com.atlassian.bamboo.notification
Modifier and TypeClassDescriptionclass
AbstractNotificationEventListener<T extends BambooEvent>
Base class for notification listenersModifier and TypeMethodDescription@Nullable BambooEvent
AbstractNotification.getEvent()
@Nullable BambooEvent
Notification.getEvent()
Retrieves the event object that triggered this notification.Modifier and TypeMethodDescriptionvoid
AbstractNotificationEventListener.handleEvent
(BambooEvent event) The event handler.void
AbstractNotification.setEvent
(@Nullable BambooEvent event) void
Notification.setEvent
(@Nullable BambooEvent event) Deprecated.since 10.0void
NotificationRecipient.RequiresEvent.setEvent
(@Nullable BambooEvent resultSummary) -
Uses of BambooEvent in com.atlassian.bamboo.plugins.bitbucket.v2
Modifier and TypeMethodDescriptionboolean
BitbucketCloudCommitCommenter.publishRssStatus
(@NotNull VcsRepositoryData repositoryData, @NotNull String commitId, @NotNull BambooEvent event) -
Uses of BambooEvent in com.atlassian.bamboo.plugins.github
Modifier and TypeMethodDescriptionboolean
GitHubCommitCommenter.publishRssStatus
(@NotNull VcsRepositoryData repositoryData, @NotNull String commitId, @NotNull BambooEvent event) -
Uses of BambooEvent in com.atlassian.bamboo.v2.build.events
Modifier and TypeClassDescriptionclass
Occurs when a specific agent goes offlineclass
ABuildContextEvent
is an event that occurs within the build workflow contextclass
class
Deprecated.since 10.0class
Synchronous event fired after the build has been completed. -
Uses of BambooEvent in com.atlassian.bamboo.v2.events
Modifier and TypeClassDescriptionclass
Occurs when a Job or Build has been createdclass
Event which signifies that Bamboo should check repositories for changesclass
-
Uses of BambooEvent in com.atlassian.bamboo.vcs.runtime
Modifier and TypeMethodDescriptionboolean
VcsCommitCommenter.publishRssStatus
(@NotNull VcsRepositoryData repositoryData, @NotNull String commitId, @NotNull BambooEvent event) Publish Bamboo Specs execution status to repository commit.
HibernateEventListenerAspect