Package com.atlassian.bamboo.event
Class ServerFingerprintBroadcastEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.ServerFingerprintBroadcastEvent
-
- All Implemented Interfaces:
FingerprintEvent
,RemoteBroadcastEvent
,Serializable
@AsynchronousPreferred @Deprecated public class ServerFingerprintBroadcastEvent extends com.atlassian.event.Event implements RemoteBroadcastEvent, FingerprintEvent
Deprecated.since 5.8 remove when upgrade from 5.7 is not longer supported. useServerFingerprintBroadcastEventV2
instead.Event that broadcasts the fingerprint information- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
-
Constructor Summary
Constructors Constructor Description ServerFingerprintBroadcastEvent(String fingerprint)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @NotNull String
getFingerprint()
Deprecated.-
Methods inherited from class java.util.EventObject
getSource, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
appliesToEphemeralAgents
-
-
-
-
Constructor Detail
-
ServerFingerprintBroadcastEvent
public ServerFingerprintBroadcastEvent(String fingerprint)
Deprecated.
-
-
Method Detail
-
getFingerprint
@NotNull public @NotNull String getFingerprint()
Deprecated.- Specified by:
getFingerprint
in interfaceFingerprintEvent
-
-