Class SupportRequestCreatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.support.SupportRequestCreatedEvent
- All Implemented Interfaces:
Serializable
Event fired when the create support zip is called.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionThe event is fired BEFORE the zipfile is created and thus listeners can write things to logs and that information will be included in the logs in the zip-file. -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SupportRequestCreatedEvent
The event is fired BEFORE the zipfile is created and thus listeners can write things to logs and that information will be included in the logs in the zip-file.- Parameters:
src
-
-