Uses of Interface
com.atlassian.bamboo.event.PlanResultEvent
Package
Description
-
Uses of PlanResultEvent in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeClassDescriptionclass
class
class
-
Uses of PlanResultEvent in com.atlassian.bamboo.build.status
Modifier and TypeMethodDescriptionprotected void
AbstractBuildStatusUpdater.handleEvent
(PlanResultEvent event) protected abstract void
AbstractBuildStatusUpdater.send
(@NotNull PlanResultEvent event, @NotNull ImmutablePlan plan, @NotNull ImmutableResultsSummary resultsSummary) -
Uses of PlanResultEvent in com.atlassian.bamboo.event
Modifier and TypeClassDescriptionclass
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
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
Triggered when a build result is removedclass
Base class for build result related eventsclass
BuildResultEvent
that is aware ofBuildState
class
Event published during Bamboo server startup when pending chains are transitioned toBuildState.UNKNOWN
class
Event that gets triggered after a chain completesclass
class
Base class for chain result related eventsclass
Published when jobs from chain are added to queue.class
Event that gets triggered before a failed stage is restartedclass
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
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 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 PlanResultEvent in com.atlassian.bamboo.plugins.bitbucket.events
Modifier and TypeMethodDescriptionprotected void
BitbucketBuildStatusUpdater.send
(@NotNull PlanResultEvent event, @NotNull ImmutablePlan plan, @NotNull ImmutableResultsSummary resultsSummary) -
Uses of PlanResultEvent in com.atlassian.bamboo.plugins.github
Modifier and TypeMethodDescriptionprotected void
GithubBuildStatusUpdater.send
(@NotNull PlanResultEvent event, @NotNull ImmutablePlan plan, @NotNull ImmutableResultsSummary resultsSummary) -
Uses of PlanResultEvent in com.atlassian.bamboo.plugins.stash
Modifier and TypeMethodDescriptionprotected void
BitbucketServerBuildStatusUpdater.send
(@NotNull PlanResultEvent event, @NotNull ImmutablePlan plan, @NotNull ImmutableResultsSummary resultsSummary) -
Uses of PlanResultEvent in com.atlassian.bamboo.v2.build.events
Modifier and TypeClassDescriptionclass
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.