public class PullRequestAwareEventListener extends Object
Constructor and Description |
---|
PullRequestAwareEventListener(com.atlassian.event.api.EventPublisher eventPublisher,
CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager,
VcsPullRequestService vcsPullRequestService) |
Modifier and Type | Method and Description |
---|---|
void |
onPullRequestDeclinedEvent(com.atlassian.stash.plugin.remote.event.StashPullRequestDeclinedRemoteEvent event) |
void |
onPullRequestMergedEvent(com.atlassian.stash.plugin.remote.event.StashPullRequestMergedRemoteEvent event) |
void |
onPullRequestOpenedEvent(com.atlassian.stash.plugin.remote.event.StashPullRequestOpenedRemoteEvent event) |
void |
onPullRequestReopenedEvent(com.atlassian.stash.plugin.remote.event.StashPullRequestReopenedRemoteEvent event) |
void |
onRequestUpdatedEvent(com.atlassian.stash.plugin.remote.event.StashPullRequestUpdatedRemoteEvent event) |
@Autowired public PullRequestAwareEventListener(com.atlassian.event.api.EventPublisher eventPublisher, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsPullRequestService vcsPullRequestService)
@EventListener public void onPullRequestReopenedEvent(@NotNull com.atlassian.stash.plugin.remote.event.StashPullRequestReopenedRemoteEvent event)
@EventListener public void onPullRequestOpenedEvent(@NotNull com.atlassian.stash.plugin.remote.event.StashPullRequestOpenedRemoteEvent event)
@EventListener public void onRequestUpdatedEvent(@NotNull com.atlassian.stash.plugin.remote.event.StashPullRequestUpdatedRemoteEvent event)
@EventListener public void onPullRequestMergedEvent(@NotNull com.atlassian.stash.plugin.remote.event.StashPullRequestMergedRemoteEvent event)
@EventListener public void onPullRequestDeclinedEvent(@NotNull com.atlassian.stash.plugin.remote.event.StashPullRequestDeclinedRemoteEvent event)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.