Package com.atlassian.bamboo.event
Class ServerFingerprintBroadcastEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.ServerFingerprintBroadcastEvent
- All Implemented Interfaces:
FingerprintEvent
,RemoteBroadcastEvent
,Serializable
@AsynchronousPreferred
@Deprecated
public class ServerFingerprintBroadcastEvent
extends BambooEvent
implements RemoteBroadcastEvent, FingerprintEvent
Deprecated.
Event that broadcasts the fingerprint information
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
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 Details
-
ServerFingerprintBroadcastEvent
Deprecated.
-
-
Method Details
-
getFingerprint
Deprecated.- Specified by:
getFingerprint
in interfaceFingerprintEvent
-
ServerFingerprintBroadcastEventV2
instead.