Package com.atlassian.bamboo.event
Class ServerFingerprintBroadcastEventV2
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.ServerFingerprintBroadcastEventV2
-
- All Implemented Interfaces:
RemoteBroadcastEvent
,ServerFingerprintEvent
,Serializable
@AsynchronousPreferred public class ServerFingerprintBroadcastEventV2 extends com.atlassian.event.Event implements RemoteBroadcastEvent, ServerFingerprintEvent
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 ServerFingerprintBroadcastEventV2(@NotNull ServerFingerprint fingerprint)
ServerFingerprintBroadcastEventV2(ServerFingerprint fingerprint, ServerFingerprint fingerprintForJmsMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ServerFingerprint
getFingerprint()
ServerFingerprint
getFingerprintForJmsMessage()
-
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
-
ServerFingerprintBroadcastEventV2
public ServerFingerprintBroadcastEventV2(@NotNull @NotNull ServerFingerprint fingerprint)
-
ServerFingerprintBroadcastEventV2
public ServerFingerprintBroadcastEventV2(ServerFingerprint fingerprint, ServerFingerprint fingerprintForJmsMessage)
-
-
Method Detail
-
getFingerprint
@NotNull public @NotNull ServerFingerprint getFingerprint()
- Specified by:
getFingerprint
in interfaceServerFingerprintEvent
-
getFingerprintForJmsMessage
public ServerFingerprint getFingerprintForJmsMessage()
-
-