Class BranchCreatedEventListener
java.lang.Object
com.atlassian.bamboo.plugins.stash.events.BranchCreatedEventListener
-
Constructor Summary
ConstructorsConstructorDescriptionBranchCreatedEventListener(BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidonCreateRepositoryBranchEvent(com.atlassian.stash.plugin.remote.event.StashBranchCreatedRemoteEvent event) voidonMirrorSyncedEvent(com.atlassian.stash.plugin.remote.event.BitbucketRepositoryMirrorSynchronizedRemoteEvent event)
-
Constructor Details
-
BranchCreatedEventListener
@Autowired public BranchCreatedEventListener(BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory)
-
-
Method Details
-
onCreateRepositoryBranchEvent
@EventListener public void onCreateRepositoryBranchEvent(com.atlassian.stash.plugin.remote.event.StashBranchCreatedRemoteEvent event) -
onMirrorSyncedEvent
@EventListener public void onMirrorSyncedEvent(com.atlassian.stash.plugin.remote.event.BitbucketRepositoryMirrorSynchronizedRemoteEvent event)
-