@Component public class SynchronyInteropBootstrap extends Object implements com.atlassian.sal.api.lifecycle.LifecycleAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Constructor and Description |
---|
SynchronyInteropBootstrap(SynchronyProcessManager processManager,
com.atlassian.event.api.EventPublisher eventPublisher,
BootstrapManager bootstrapManager) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
onGlobalSettingsChangeEvent(ClusterEventWrapper wrapper) |
void |
onGlobalSettingsChangeEvent(GlobalSettingsChangedEvent globalSettingsChangedEvent) |
void |
onPluginStopped(ClusterEventWrapper wrapper) |
void |
onPluginStopped(PluginDisableEvent pluginDisableEvent) |
void |
onStart() |
void |
onStop() |
@Autowired public SynchronyInteropBootstrap(SynchronyProcessManager processManager, com.atlassian.event.api.EventPublisher eventPublisher, BootstrapManager bootstrapManager)
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
@EventListener public void onGlobalSettingsChangeEvent(GlobalSettingsChangedEvent globalSettingsChangedEvent)
@EventListener public void onGlobalSettingsChangeEvent(ClusterEventWrapper wrapper)
public void onStart()
onStart
in interface com.atlassian.sal.api.lifecycle.LifecycleAware
public void onStop()
onStop
in interface com.atlassian.sal.api.lifecycle.LifecycleAware
@EventListener public void onPluginStopped(PluginDisableEvent pluginDisableEvent)
@EventListener public void onPluginStopped(ClusterEventWrapper wrapper)
Copyright © 2003–2021 Atlassian. All rights reserved.