Uses of Class
com.atlassian.bamboo.chains.events.ChainMovedEvent
-
Packages that use ChainMovedEvent Package Description com.atlassian.bamboo.deployments.projects.events com.atlassian.bamboo.index.quicksearch com.atlassian.bamboo.plugins.jira.event -
-
Uses of ChainMovedEvent in com.atlassian.bamboo.deployments.projects.events
Methods in com.atlassian.bamboo.deployments.projects.events with parameters of type ChainMovedEvent Modifier and Type Method Description void
DeploymentProjectEventListener. onChainMoved(@NotNull ChainMovedEvent event)
We want to reset the triggers after the moved event occurs as they are cached via the old plankey in maps inside EnvironmentDependencyServiceImpl -
Uses of ChainMovedEvent in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type ChainMovedEvent Modifier and Type Method Description void
QuickSearchIndexerImpl. onChainMoved(@NotNull ChainMovedEvent event)
-
Uses of ChainMovedEvent in com.atlassian.bamboo.plugins.jira.event
Methods in com.atlassian.bamboo.plugins.jira.event with parameters of type ChainMovedEvent Modifier and Type Method Description void
BuildIssueChangedPublisher. handleChainMovedEvent(ChainMovedEvent event)
-