com.atlassian.bamboo.plugin.events
Class RemoteAgentPluginEventForwarder
java.lang.Object
com.atlassian.bamboo.plugin.events.RemoteAgentPluginEventForwarder
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
public class RemoteAgentPluginEventForwarder
- extends java.lang.Object
- implements org.springframework.beans.factory.InitializingBean
Forwards specific events to remote agents.
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteAgentPluginEventForwarder
public RemoteAgentPluginEventForwarder(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
AgentPluginResolver agentPluginResolver)
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
pluginUninstalled
public void pluginUninstalled(@NotNull
com.atlassian.plugin.event.events.PluginUninstalledEvent pluginUninstalledEvent)
pluginUpgraded
public void pluginUpgraded(@NotNull
com.atlassian.plugin.event.events.PluginUpgradedEvent pluginUpgradedEvent)
pluginEnabled
public void pluginEnabled(@NotNull
com.atlassian.plugin.event.events.PluginEnabledEvent pluginEnabledEvent)
pluginDisabled
public void pluginDisabled(@NotNull
com.atlassian.plugin.event.events.PluginDisabledEvent pluginDisabledEvent)
pluginModuleEnabled
public void pluginModuleEnabled(@NotNull
com.atlassian.plugin.event.events.PluginModuleEnabledEvent pluginModuleEnabledEvent)
pluginModuleDisabled
public void pluginModuleDisabled(@NotNull
com.atlassian.plugin.event.events.PluginModuleDisabledEvent pluginModuleDisabledEvent)
Copyright © 2012 Atlassian. All Rights Reserved.