Class BranchDeletedEventListener
java.lang.Object
com.atlassian.bamboo.plugins.stash.events.BranchDeletedEventListener
-
Constructor Summary
ConstructorsConstructorDescriptionBranchDeletedEventListener(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, RssExecutionDirectoryManager rssExecutionDirectoryManager, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, RepositoryFinder repositoryFinder) -
Method Summary
Modifier and TypeMethodDescriptionvoidonBranchDeletedEvent(com.atlassian.stash.plugin.remote.event.StashBranchDeletedRemoteEvent event) voidonMirrorSyncedEvent(com.atlassian.stash.plugin.remote.event.BitbucketRepositoryMirrorSynchronizedRemoteEvent event)
-
Constructor Details
-
BranchDeletedEventListener
@Autowired public BranchDeletedEventListener(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, RssExecutionDirectoryManager rssExecutionDirectoryManager, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, RepositoryFinder repositoryFinder)
-
-
Method Details
-
onBranchDeletedEvent
@EventListener public void onBranchDeletedEvent(com.atlassian.stash.plugin.remote.event.StashBranchDeletedRemoteEvent event) -
onMirrorSyncedEvent
@EventListener public void onMirrorSyncedEvent(com.atlassian.stash.plugin.remote.event.BitbucketRepositoryMirrorSynchronizedRemoteEvent event)
-