public class RemoteAgentPluginEventForwarder extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
RemoteAgentPluginEventForwarder(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
AgentPluginResolver agentPluginResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
pluginDisabled(com.atlassian.plugin.event.events.PluginDisabledEvent pluginDisabledEvent) |
void |
pluginEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent pluginEnabledEvent) |
void |
pluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent pluginModuleDisabledEvent) |
void |
pluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent pluginModuleEnabledEvent) |
void |
pluginUninstalled(com.atlassian.plugin.event.events.PluginUninstalledEvent pluginUninstalledEvent) |
void |
pluginUpgraded(com.atlassian.plugin.event.events.PluginUpgradedEvent pluginUpgradedEvent) |
public RemoteAgentPluginEventForwarder(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
AgentPluginResolver agentPluginResolver)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void pluginUninstalled(@NotNull
com.atlassian.plugin.event.events.PluginUninstalledEvent pluginUninstalledEvent)
public void pluginUpgraded(@NotNull
com.atlassian.plugin.event.events.PluginUpgradedEvent pluginUpgradedEvent)
public void pluginEnabled(@NotNull
com.atlassian.plugin.event.events.PluginEnabledEvent pluginEnabledEvent)
public void pluginDisabled(@NotNull
com.atlassian.plugin.event.events.PluginDisabledEvent pluginDisabledEvent)
public void pluginModuleEnabled(@NotNull
com.atlassian.plugin.event.events.PluginModuleEnabledEvent pluginModuleEnabledEvent)
public void pluginModuleDisabled(@NotNull
com.atlassian.plugin.event.events.PluginModuleDisabledEvent pluginModuleDisabledEvent)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.