|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectjobs.WikiRegenerationJob
class WikiRegenerationJob
A Quartz Scheduler job to regenerate Wikis. Scheduling is done by Bootstrap and WikiController, based on Wiki.regenerateTime
Property Summary | |
---|---|
static String |
group
Group name, used to identify all regenerate jobs |
static Logger |
log
Logger |
static def |
triggers
No automatic triggers - this job is scheduled manually. |
Constructor Summary | |
WikiRegenerationJob()
|
Method Summary | |
---|---|
void
|
execute(JobExecutionContext context)
Execute a regeneration job for the wiki id given by the context |
static void
|
scheduleWikiRegeneration(Wiki w)
Schedule a wiki regeneration job, giving the wiki id as part of the description so that it can be retrieved from the context later |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
static String group
static Logger log
static def triggers
Constructor Detail |
---|
WikiRegenerationJob()
Method Detail |
---|
void execute(JobExecutionContext context)
public static void scheduleWikiRegeneration(Wiki w)
Groovy Documentation