public class BuildCompletedIssuePublisher extends Object implements com.atlassian.event.remote.RemoteEventProducer, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
BuildCompletedIssuePublisher(AdministrationConfigurationAccessor administrationConfigurationAccessor,
com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar,
ResultsSummaryManager resultsSummaryManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
handleChainResultIndexedEvent(ChainResultIndexedEvent event) |
Iterable<Class<? extends com.atlassian.event.remote.RemoteEvent>> |
produces() |
@Autowired public BuildCompletedIssuePublisher(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, ResultsSummaryManager resultsSummaryManager)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic Iterable<Class<? extends com.atlassian.event.remote.RemoteEvent>> produces()
produces in interface com.atlassian.event.remote.RemoteEventProducer@EventListener public void handleChainResultIndexedEvent(ChainResultIndexedEvent event)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.