Uses of Interface
com.atlassian.bamboo.event.PlanEvent
-
-
Uses of PlanEvent in com.atlassian.bamboo.brokenbuildtracker.notifications
Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement PlanEvent Modifier and Type Class Description class
UserRespAddedEvent
class
UserResponsibilityEvent
class
UserRespRemovedEvent
-
Uses of PlanEvent in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type PlanEvent Modifier and Type Method Description @Nullable BuildDefinition
ForceBuildStopper. getBuildDefinition(PlanEvent event)
We are receiving this event from a job so we need to get a plan from it. -
Uses of PlanEvent in com.atlassian.bamboo.chains.events
Classes in com.atlassian.bamboo.chains.events that implement PlanEvent Modifier and Type Class Description class
ChainMovedEvent
Synchronous event sent after a chain has been moved allowing plugins and Bamboo components to react on chain key change.class
ChainMovingEvent
Synchronous event sent while a chain is being moved allowing plugins and Bamboo components to react on Chain key change. -
Uses of PlanEvent in com.atlassian.bamboo.event
Subinterfaces of PlanEvent in com.atlassian.bamboo.event Modifier and Type Interface Description interface
PlanResultEvent
Provides a common interface for both build and chain events that contain a resultClasses in com.atlassian.bamboo.event that implement PlanEvent Modifier and Type Class Description class
BuildCanceledEvent
Fired when Build is canceled through theStopBuildManager
class
BuildCommentDeletedEvent
Occurs when a comment onResultsSummary
has been removedclass
BuildCommentedEvent
Occurs when aResultsSummary
has been commented onclass
BuildCompletedEvent
Event that gets triggered when a build is completed AResultsSummary
corresponding to this event should be available viaResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
class
BuildConfigurationUpdatedEvent
An event that occurs when the the build configuration is changedclass
BuildDeletedEvent
Event triggered when a build or Job is deletedclass
BuildEvent
Generic base event forEvent
s that captures aPlan
.class
BuildFinishedEvent
Fired whenBuildExecutionManager#finishBuild(PlanResultKey)
is called Note that that a correspondingBuildResultsSummary
might not be available SeeBuildCompletedEvent
andPostBuildCompletedEvent
class
BuildHungEvent
An event that is thrown if the build has been detected to have hung based on certain criteria.class
BuildQueueTimeoutEvent
class
BuildRequirementUpdatedEvent
Occurs when aRequirement
has changedclass
BuildResultDeletedEvent
Triggered when a build result is removedclass
BuildResultEvent
Base class for build result related eventsclass
BuildStateResultEvent
BuildResultEvent
that is aware ofBuildState
class
ChainAbandonedEvent
Event published during Bamboo server startup when pending chains are transitioned toBuildState.UNKNOWN
class
ChainBranchConfigUpdatedEvent
class
ChainCompletedEvent
Event that gets triggered after a chain completesclass
ChainCreatedEvent
Event is triggered when new chain created.class
ChainDeletedEvent
class
ChainEvent
class
ChainResultDeletedEvent
class
ChainResultEvent
Base class for chain result related eventsclass
ChainStartedEvent
Published when jobs from chain are added to queue.class
ChainUpdatedEvent
class
FailedStageRestartEvent
Event that gets triggered before a failed stage is restartedclass
JobCompletedEvent
Event that gets triggered when a build is completed ABuildResultsSummary
corresponding to this event should be available viaBuildResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
class
ManualStageResumedEvent
Event that gets triggered before a manual stage is resumedclass
PlanFavouriteAddedEvent
Fired when a user favourites aPlan
class
PlanFavouriteEvent
class
PlanFavouriteRemovedEvent
Fired when a user removes a favourite from aPlan
class
PlanSuspensionRequestedEvent
An event that requests for a plan to be suspendedclass
ResultLabelAddedEvent
Fired when aLabel
is added to aResultsSummary
class
ResultLabelEvent
class
ResultLabelRemovedEvent
Fired when aLabel
is removed from aResultsSummary
class
ResultsSummaryUpdatedEvent
Occurs when aResultsSummary
has been updatedclass
StageCompletedEvent
Event that gets triggered after a stage completesclass
StoppedOnManualStageEvent
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 PlanEvent in com.atlassian.bamboo.event.artifact
Classes in com.atlassian.bamboo.event.artifact that implement PlanEvent Modifier and Type Class Description class
PlanArtifactDefinitionAddedEvent
Event sent when ArtifactDefinition is added.class
PlanArtifactDefinitionEvent
class
PlanArtifactDefinitionUpdatedEvent
Event sent when ArtifactDefinition is updated.class
PlanSharedArtifactDefinitionListModified
-
Uses of PlanEvent in com.atlassian.bamboo.event.branch
Classes in com.atlassian.bamboo.event.branch that implement PlanEvent Modifier and Type Class Description class
PlanBranchResetToLightweight
Event fired when divergent branch is changed to a lightweight branchclass
PlansDefaultVcsRepositoryChanged
Event fired when default repository of a plan is replaced with another one or removed. -
Uses of PlanEvent in com.atlassian.bamboo.v2.build.events
Classes in com.atlassian.bamboo.v2.build.events that implement PlanEvent Modifier and Type Class Description class
BuildContextEvent
ABuildContextEvent
is an event that occurs within the build workflow contextclass
BuildQueuedEvent
class
BuildTriggeredEvent
class
PostBuildCompletedEvent
Synchronous event fired after the build has been completed. -
Uses of PlanEvent in com.atlassian.bamboo.v2.events
Classes in com.atlassian.bamboo.v2.events that implement PlanEvent Modifier and Type Class Description class
BuildCreatedEvent
Occurs when a Job or Build has been createdclass
ChangeDetectionRequiredEvent
Event which signifies that Bamboo should check repositories for changesclass
InitialBuildRequiredEvent
-