Package com.atlassian.bamboo.event
Class TrustedKeyRemovedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.bamboo.event.TrustedKeyRemovedEvent
-
- All Implemented Interfaces:
RemoteBroadcastEvent
,Serializable
public class TrustedKeyRemovedEvent 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 TrustedKeyRemovedEvent(Object source, Long trustedKeyId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
Id of removed trusted key.-
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
-
-