Uses of Class
com.atlassian.bamboo.event.BuildConfigurationUpdatedEvent
Packages that use BuildConfigurationUpdatedEvent
Package
Description
-
Uses of BuildConfigurationUpdatedEvent in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type BuildConfigurationUpdatedEventModifier and TypeMethodDescriptionvoid
QuickSearchIndexerImpl.onBuildConfigUpdatedEvent
(@NotNull BuildConfigurationUpdatedEvent event) -
Uses of BuildConfigurationUpdatedEvent in com.atlassian.bamboo.plugins.maven.dependencies.events
Methods in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type BuildConfigurationUpdatedEventModifier and TypeMethodDescriptionvoid
UpdateChainDependenciesEventListener.onBuildConfigurationUpdatedEvent
(BuildConfigurationUpdatedEvent event) Handle BuildConfigurationUpdateEvent and create appropriate chain dependencies if Automatic Chain Dependency Management is enabled on both producer and consumer sides.