Uses of Class
com.atlassian.bamboo.plugin.events.AbstractRemotePluginEvent
-
Packages that use AbstractRemotePluginEvent Package Description com.atlassian.bamboo.plugin.events com.atlassian.bamboo.v2.build.agent.remote.plugins -
-
Uses of AbstractRemotePluginEvent in com.atlassian.bamboo.plugin.events
Subclasses of AbstractRemotePluginEvent in com.atlassian.bamboo.plugin.events Modifier and Type Class Description class
AbstractRemotePluginModuleEvent
Abstract event for plugin modules.class
DisableRemotePluginEvent
class
DisableRemotePluginModuleEvent
class
EnableRemotePluginEvent
class
EnableRemotePluginModuleEvent
class
UninstallRemotePluginEvent
class
UpgradeRemotePluginEvent
-
Uses of AbstractRemotePluginEvent in com.atlassian.bamboo.v2.build.agent.remote.plugins
Methods in com.atlassian.bamboo.v2.build.agent.remote.plugins with parameters of type AbstractRemotePluginEvent Modifier and Type Method Description void
RemoteAgentPluginEventHandlerImpl. handle(AbstractRemotePluginEvent event)
-