Class DisableRemotePluginModuleEvent
- java.lang.Object
-
- com.atlassian.bamboo.plugin.events.AbstractRemotePluginEvent
-
- com.atlassian.bamboo.plugin.events.AbstractRemotePluginModuleEvent
-
- com.atlassian.bamboo.plugin.events.DisableRemotePluginModuleEvent
-
- All Implemented Interfaces:
RemoteBroadcastEvent
,Serializable
public class DisableRemotePluginModuleEvent extends AbstractRemotePluginModuleEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
-
Constructor Summary
Constructors Constructor Description DisableRemotePluginModuleEvent(PluginModuleIdentifier pluginModuleIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deliver(RemotePluginEventHandler remotePluginEventHandler)
-
Methods inherited from class com.atlassian.bamboo.plugin.events.AbstractRemotePluginModuleEvent
getPluginModuleIdentifier, toString
-
Methods inherited from class com.atlassian.bamboo.plugin.events.AbstractRemotePluginEvent
appliesToEphemeralAgents, getPluginIdentifier
-
-
-
-
Constructor Detail
-
DisableRemotePluginModuleEvent
public DisableRemotePluginModuleEvent(PluginModuleIdentifier pluginModuleIdentifier)
-
-
Method Detail
-
deliver
public void deliver(RemotePluginEventHandler remotePluginEventHandler)
- Specified by:
deliver
in classAbstractRemotePluginEvent
-
-