Class BuildCompletedIssuePublisher
java.lang.Object
com.atlassian.bamboo.plugins.jira.event.BuildCompletedIssuePublisher
- All Implemented Interfaces:
com.atlassian.event.remote.RemoteEventProducer,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean
public class BuildCompletedIssuePublisher
extends Object
implements com.atlassian.event.remote.RemoteEventProducer, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Listens on internal events. If it detects a build completed event that impacts a JIRA issue, it will publish a corresponding remote event.
-
Constructor Summary
ConstructorsConstructorDescriptionBuildCompletedIssuePublisher(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, ResultsSummaryManager resultsSummaryManager) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.event.remote.RemoteEventProducer
getApplinkFilter
-
Constructor Details
-
BuildCompletedIssuePublisher
@Autowired public BuildCompletedIssuePublisher(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, ResultsSummaryManager resultsSummaryManager)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
destroy
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-
produces
- Specified by:
producesin interfacecom.atlassian.event.remote.RemoteEventProducer
-
handleChainCompletedEvent
-