Uses of Class
com.atlassian.bamboo.event.ChainCompletedEvent
-
-
Uses of ChainCompletedEvent in com.atlassian.bamboo.build.status
Methods in com.atlassian.bamboo.build.status with parameters of type ChainCompletedEvent Modifier and Type Method Description void
AbstractBuildStatusUpdater. onChainCompletedEvent(@NotNull ChainCompletedEvent event)
-
Uses of ChainCompletedEvent in com.atlassian.bamboo.build.warning
Methods in com.atlassian.bamboo.build.warning with parameters of type ChainCompletedEvent Modifier and Type Method Description void
SendBuildWarningsOnChainCompletedEventListener. onChainComplete(ChainCompletedEvent event)
-
Uses of ChainCompletedEvent in com.atlassian.bamboo.notification.chain
Methods in com.atlassian.bamboo.notification.chain with parameters of type ChainCompletedEvent Modifier and Type Method Description void
AfterXFailedNotificationListener. handleEvent(@NotNull ChainCompletedEvent event, @NotNull ImmutablePlan plan)
void
ChainCompletedNotificationListener. handleEvent(ChainCompletedEvent event, ImmutablePlan plan)
-
Uses of ChainCompletedEvent in com.atlassian.bamboo.plugins.jira.event
Methods in com.atlassian.bamboo.plugins.jira.event with parameters of type ChainCompletedEvent Modifier and Type Method Description void
BuildCompletedIssuePublisher. handleChainCompletedEvent(ChainCompletedEvent event)
void
BuildIssueChangedPublisher. handleChainCompletedEvent(ChainCompletedEvent event)
-
Uses of ChainCompletedEvent in com.atlassian.bamboo.plugins.maven.dependencies.events
Methods in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type ChainCompletedEvent Modifier and Type Method Description void
UpdateChainDependenciesEventListener. onChainCompletedEvent(ChainCompletedEvent event)
Handle ChainCompletedEvent and create appropriate chain dependencies if Automatic Chain Dependency Management is enabled on both producer and consumer sides. -
Uses of ChainCompletedEvent in com.atlassian.bamboo.plugins.testutils.builds
Methods in com.atlassian.bamboo.plugins.testutils.builds with parameters of type ChainCompletedEvent Modifier and Type Method Description void
PlansGroupExecutionManager.PlanGroupExecutionListener. onChainCompleted(ChainCompletedEvent event)
-
Uses of ChainCompletedEvent in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type ChainCompletedEvent Modifier and Type Method Description void
SecureTokenEventListener. onChainCompletedEvent(ChainCompletedEvent event)
-
Uses of ChainCompletedEvent in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger with parameters of type ChainCompletedEvent Modifier and Type Method Description void
DetectChangesAfterBuildCompletedListener. onChainCompletedEvent(ChainCompletedEvent event)
-
Uses of ChainCompletedEvent in com.atlassian.bamboo.trigger.dependency
Methods in com.atlassian.bamboo.trigger.dependency with parameters of type ChainCompletedEvent Modifier and Type Method Description void
EnvironmentDependencyListener. onChainCompleted(ChainCompletedEvent event)
-