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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract voiddeliver(RemotePluginEventHandler remotePluginEventHandler) toString()
-
Constructor Details
-
AbstractRemotePluginEvent
-
-
Method Details
-
getPluginIdentifier
-
deliver
-
appliesToEphemeralAgents
public boolean appliesToEphemeralAgents()- Specified by:
appliesToEphemeralAgentsin interfaceRemoteBroadcastEvent- Returns:
- true if event should be sent to ephemeral agents
-
toString
-