Class AbstractRemotePluginEvent
- java.lang.Object
-
- com.atlassian.bamboo.plugin.events.AbstractRemotePluginEvent
-
- All Implemented Interfaces:
RemoteBroadcastEvent
,Serializable
- Direct Known Subclasses:
AbstractRemotePluginModuleEvent
,DisableRemotePluginEvent
,EnableRemotePluginEvent
,UninstallRemotePluginEvent
,UpgradeRemotePluginEvent
public abstract class AbstractRemotePluginEvent extends Object implements RemoteBroadcastEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
-
Constructor Summary
Constructors Constructor Description AbstractRemotePluginEvent(PluginIdentifier pluginIdentifier)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
appliesToEphemeralAgents()
abstract void
deliver(RemotePluginEventHandler remotePluginEventHandler)
PluginIdentifier
getPluginIdentifier()
String
toString()
-
-
-
Constructor Detail
-
AbstractRemotePluginEvent
public AbstractRemotePluginEvent(PluginIdentifier pluginIdentifier)
-
-
Method Detail
-
getPluginIdentifier
public PluginIdentifier getPluginIdentifier()
-
deliver
public abstract void deliver(RemotePluginEventHandler remotePluginEventHandler)
-
appliesToEphemeralAgents
public boolean appliesToEphemeralAgents()
- Specified by:
appliesToEphemeralAgents
in interfaceRemoteBroadcastEvent
- Returns:
- true if event should be sent to ephemeral agents
-
-