com.atlassian.bamboo.event
Class ServerFingerprintBroadcastEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.bamboo.event.ServerFingerprintBroadcastEvent
All Implemented Interfaces:
FingerprintEvent, RemoteBroadcastEvent, java.io.Serializable

public class ServerFingerprintBroadcastEvent
extends com.atlassian.event.Event
implements RemoteBroadcastEvent, FingerprintEvent

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
ServerFingerprintBroadcastEvent(java.lang.String fingerprint)
           
 
Method Summary
 java.lang.String getFingerprint()
           
 
Methods inherited from class com.atlassian.event.Event
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
 

Constructor Detail

ServerFingerprintBroadcastEvent

public ServerFingerprintBroadcastEvent(java.lang.String fingerprint)
Method Detail

getFingerprint

@NotNull
public java.lang.String getFingerprint()
Specified by:
getFingerprint in interface FingerprintEvent


Copyright © 2010 Atlassian. All Rights Reserved.