org.n3r.quartz.glass.velocity.job.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quartz-glass Show documentation
Show all versions of quartz-glass Show documentation
A web user interface for quartz
#parse("org/n3r/quartz/glass/velocity/macro/macros.vm")
#parse("org/n3r/quartz/glass/velocity/widgets/head.vm")
#parse("org/n3r/quartz/glass/velocity/widgets/menu.vm")
Job $format.html($job.jobKey)
Class
$format.html($job.jobClass)
Desc
$format.html($job.jobDesc)
Team
$format.html($job.jobTeam)
Created
$format.html($job.jobCreated)
Disallow concurrent execution
$jobBean.disallowConcurrentExecution
Persist job data after execution
$jobBean.persistJobDataAfterExecution
Data map
#parse("org/n3r/quartz/glass/velocity/widgets/args.vm")
Defined triggers
## Type
TriggerKey
Glass Scheduler
Explanation
Start time
End time
Last fire
Next fire
Pause / Resume
Delete
#foreach ($trigger in $triggers)
## $format.html($trigger.type)
$format.html($trigger.triggerKey)
$trigger.glassScheduler
${trigger.planification}
$format.date($trigger.startTime)
#if ($trigger.running) running #end
$format.date($trigger.endTime)
$format.date($trigger.previousFireTime)
$format.date($trigger.nextFireTime)
#if ($trigger.paused)
#else
#end
$!format.dataMap($trigger.dataMap)
#end
#history("h2" "Recent executions" $history.items)
#parse("org/n3r/quartz/glass/velocity/widgets/footer.vm")