Package com.atlassian.bamboo.event
Interface RemoteBroadcastEvent
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractRemotePluginEvent
,AbstractRemotePluginModuleEvent
,AdministrationConfigurationUpdatedEvent
,BambooHomeDirectoryClassWhitelistChanged
,BuildDeletedEvent
,DisableRemotePluginEvent
,DisableRemotePluginModuleEvent
,EnableRemotePluginEvent
,EnableRemotePluginModuleEvent
,ExecutableQueueUpdate
,LicenseUpdatedEvent
,MultipleEnvironmentsDeletedEvent
,MultipleJobsDeletedEvent
,ServerFingerprintBroadcastEvent
,ServerFingerprintBroadcastEventV2
,ServerStartedEvent
,ServerStartingEvent
,TrustedKeyRemovedEvent
,TrustedKeySavedEvent
,UninstallRemotePluginEvent
,UpgradeRemotePluginEvent
public interface RemoteBroadcastEvent extends Serializable
An event that will be broadcast to all agents that are listening
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_SOURCE
A dummy "source" for remote events
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
appliesToEphemeralAgents()
-
-
-
Field Detail
-
DEFAULT_SOURCE
static final String DEFAULT_SOURCE
A dummy "source" for remote events- See Also:
- Constant Field Values
-
-