Package com.atlassian.bamboo.event
Class ServerFingerprintBroadcastEventV2
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.ServerFingerprintBroadcastEventV2
- All Implemented Interfaces:
RemoteBroadcastEvent,ServerFingerprintEvent,Serializable
@AsynchronousPreferred
public class ServerFingerprintBroadcastEventV2
extends BambooEvent
implements RemoteBroadcastEvent, ServerFingerprintEvent
Event that broadcasts the fingerprint information
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
sourceFields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE -
Constructor Summary
ConstructorsConstructorDescriptionServerFingerprintBroadcastEventV2(@NotNull ServerFingerprint fingerprint) ServerFingerprintBroadcastEventV2(ServerFingerprint fingerprint, ServerFingerprint fingerprintForJmsMessage) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
appliesToEphemeralAgents
-
Constructor Details
-
ServerFingerprintBroadcastEventV2
-
ServerFingerprintBroadcastEventV2
public ServerFingerprintBroadcastEventV2(ServerFingerprint fingerprint, ServerFingerprint fingerprintForJmsMessage)
-
-
Method Details
-
getFingerprint
- Specified by:
getFingerprintin interfaceServerFingerprintEvent
-
getFingerprintForJmsMessage
-