Package com.atlassian.bamboo.event
Class TrustedKeySavedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.bamboo.event.TrustedKeySavedEvent
-
- All Implemented Interfaces:
RemoteBroadcastEvent
,Serializable
public class TrustedKeySavedEvent extends org.springframework.context.ApplicationEvent implements RemoteBroadcastEvent
- 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 TrustedKeySavedEvent(Object source, TrustedKeyDTO trustedKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustedKey
getTrustedKey()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
appliesToEphemeralAgents
-
-
-
-
Constructor Detail
-
TrustedKeySavedEvent
public TrustedKeySavedEvent(Object source, TrustedKeyDTO trustedKey)
-
-
Method Detail
-
getTrustedKey
public TrustedKey getTrustedKey()
-
-