org.n3r.quartz.glass.velocity.widgets.args.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
Jobs arguments
Name
Description
Sample Values
#* If you change this code don't forget to change the javascript part also *#
#foreach ($argument in $jobArguments)
#if ($argument.required)
$format.html($argument.name)*
#else
$format.html($argument.name)
#end
$format.html($argument.description)
$format.html($argument.sampleValues)
#end