Class DisableRemotePluginEvent
- java.lang.Object
-
- com.atlassian.bamboo.plugin.events.AbstractRemotePluginEvent
-
- com.atlassian.bamboo.plugin.events.DisableRemotePluginEvent
-
- All Implemented Interfaces:
RemoteBroadcastEvent
,Serializable
public class DisableRemotePluginEvent extends AbstractRemotePluginEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
-
Constructor Summary
Constructors Constructor Description DisableRemotePluginEvent(PluginIdentifier pluginIdentifier)
-
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.AbstractRemotePluginEvent
appliesToEphemeralAgents, getPluginIdentifier, toString
-
-
-
-
Constructor Detail
-
DisableRemotePluginEvent
public DisableRemotePluginEvent(PluginIdentifier pluginIdentifier)
-
-
Method Detail
-
deliver
public void deliver(RemotePluginEventHandler remotePluginEventHandler)
- Specified by:
deliver
in classAbstractRemotePluginEvent
-
-