Uses of Class
com.atlassian.bamboo.event.BuildConfigurationUpdatedEvent
-
Packages that use BuildConfigurationUpdatedEvent Package Description com.atlassian.bamboo.index.quicksearch com.atlassian.bamboo.plugins.maven.dependencies.events -
-
Uses of BuildConfigurationUpdatedEvent in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type BuildConfigurationUpdatedEvent Modifier and Type Method Description void
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 BuildConfigurationUpdatedEvent Modifier and Type Method Description void
UpdateChainDependenciesEventListener. onBuildConfigurationUpdatedEvent(BuildConfigurationUpdatedEvent event)
Handle BuildConfigurationUpdateEvent and create appropriate chain dependencies if Automatic Chain Dependency Management is enabled on both producer and consumer sides.
-