public class DeploymentCompletedIssuePublisher extends Object implements com.atlassian.event.remote.RemoteEventProducer, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Constructor and Description |
---|
DeploymentCompletedIssuePublisher(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar,
DeploymentResultService deploymentResultService,
DeploymentProjectService deploymentProjectService,
DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService,
AdministrationConfigurationAccessor administrationConfigurationAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
onDeploymentResultIndexed(DeploymentResultIndexedEvent event) |
Iterable<Class<? extends com.atlassian.event.remote.RemoteEvent>> |
produces() |
@Autowired public DeploymentCompletedIssuePublisher(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, AdministrationConfigurationAccessor administrationConfigurationAccessor)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
public Iterable<Class<? extends com.atlassian.event.remote.RemoteEvent>> produces()
produces
in interface com.atlassian.event.remote.RemoteEventProducer
@EventListener public void onDeploymentResultIndexed(@NotNull DeploymentResultIndexedEvent event)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.