@Internal public class TriggerJobEvent extends ConfluenceEvent
Only used by the functestrpc plugin, but due to P1 plugin restrictions this event needs to live in core.
source| Constructor and Description |
|---|
TriggerJobEvent(Object src,
ScheduledJobKey scheduledJobKey,
boolean pauseBackgroundJobs) |
| Modifier and Type | Method and Description |
|---|---|
ScheduledJobKey |
getScheduledJobKey() |
boolean |
isPauseBackgroundJobs() |
equals, hashCodegetSource, toStringpublic TriggerJobEvent(Object src, ScheduledJobKey scheduledJobKey, boolean pauseBackgroundJobs)
public ScheduledJobKey getScheduledJobKey()
public boolean isPauseBackgroundJobs()
Copyright © 2003–2021 Atlassian. All rights reserved.