All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.n3r.quartz.glass.velocity.macro.history.vm Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
#macro (history $heading $title $items)
<$heading>$title
#foreach ($log in $items) #end
JobKey TriggerKey Start End Job class DataMap
$format.html($log.jobKey) $!format.html($log.triggerKey) $!format.date(${log.startDate}) #if ($log.ended) $!format.date(${log.endDate}) #if ($log.result == 'ERROR') failed #end #else running #end $!log.jobClass $!log.dataMap
logs
view logs
#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy