Class BranchCreatedEventListener

java.lang.Object
com.atlassian.bamboo.plugins.stash.events.BranchCreatedEventListener

public class BranchCreatedEventListener extends Object
  • 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)