Class BranchChangedEventListener
java.lang.Object
com.atlassian.bamboo.plugins.stash.events.BranchChangedEventListener
-
Constructor Summary
ConstructorsConstructorDescriptionBranchChangedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, com.atlassian.event.remote.RemoteEventListenerRegistrar listenerRegistrar, RepositoryFinder repositoryFinder, RssTriggeringService rssTriggeringService) -
Method Summary
Modifier and TypeMethodDescriptionvoidonBranchChangedEvent(com.atlassian.stash.plugin.remote.event.StashBranchChangedRemoteEvent event) voidonMirrorSyncedEvent(com.atlassian.stash.plugin.remote.event.BitbucketRepositoryMirrorSynchronizedRemoteEvent event) voidonPullRequestRescopedEvent(com.atlassian.stash.plugin.remote.event.StashPullRequestRescopedRemoteEvent event)
-
Constructor Details
-
BranchChangedEventListener
@Autowired public BranchChangedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, com.atlassian.event.remote.RemoteEventListenerRegistrar listenerRegistrar, RepositoryFinder repositoryFinder, RssTriggeringService rssTriggeringService)
-
-
Method Details
-
onPullRequestRescopedEvent
@EventListener public void onPullRequestRescopedEvent(com.atlassian.stash.plugin.remote.event.StashPullRequestRescopedRemoteEvent event) -
onMirrorSyncedEvent
@EventListener public void onMirrorSyncedEvent(com.atlassian.stash.plugin.remote.event.BitbucketRepositoryMirrorSynchronizedRemoteEvent event) -
onBranchChangedEvent
@EventListener public void onBranchChangedEvent(com.atlassian.stash.plugin.remote.event.StashBranchChangedRemoteEvent event)
-