Class AbstractRemotePluginEvent
java.lang.Object
com.atlassian.bamboo.plugin.events.AbstractRemotePluginEvent
- All Implemented Interfaces:
RemoteBroadcastEvent
,Serializable
- Direct Known Subclasses:
AbstractRemotePluginModuleEvent
,DisableRemotePluginEvent
,EnableRemotePluginEvent
,UninstallRemotePluginEvent
,UpgradeRemotePluginEvent
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
abstract void
deliver
(RemotePluginEventHandler remotePluginEventHandler) toString()
-
Constructor Details
-
AbstractRemotePluginEvent
-
-
Method Details
-
getPluginIdentifier
-
deliver
-
appliesToEphemeralAgents
public boolean appliesToEphemeralAgents()- Specified by:
appliesToEphemeralAgents
in interfaceRemoteBroadcastEvent
- Returns:
- true if event should be sent to ephemeral agents
-
toString
-