Class TriggerJobEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.schedule.events.TriggerJobEvent
- All Implemented Interfaces:
 Serializable
A node-local event indicating that a specific scheduled job should be resumed.
 
Only used by the functestrpc plugin, but due to P1 plugin restrictions this event needs to live in core.
- Since:
 - 5.5
 - See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionTriggerJobEvent(Object src, ScheduledJobKey scheduledJobKey, boolean pauseBackgroundJobs)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
TriggerJobEvent
 
 - 
 - 
Method Details
- 
getScheduledJobKey
 - 
isPauseBackgroundJobs
public boolean isPauseBackgroundJobs() 
 -