Uses of Class
com.atlassian.bamboo.event.ChainEvent
-
Packages that use ChainEvent Package Description com.atlassian.bamboo.chains.events com.atlassian.bamboo.event com.atlassian.bamboo.event.artifact com.atlassian.bamboo.event.branch -
-
Uses of ChainEvent in com.atlassian.bamboo.chains.events
Subclasses of ChainEvent in com.atlassian.bamboo.chains.events 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 ChainEvent in com.atlassian.bamboo.event
Subclasses of ChainEvent in com.atlassian.bamboo.event Modifier and Type Class Description 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
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
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
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 ChainEvent in com.atlassian.bamboo.event.artifact
Subclasses of ChainEvent in com.atlassian.bamboo.event.artifact 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 ChainEvent in com.atlassian.bamboo.event.branch
Subclasses of ChainEvent in com.atlassian.bamboo.event.branch 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.
-