Scripting Jobs: Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
Created page with "Espresso provides support for execution of scripted jobs. None of these require any java code to be written. Scripts are set using the web admin application Jobs config. *..." |
No edit summary |
||
| Line 4: | Line 4: | ||
* com.carfey.ops.job.script.PythonJob running [http://www.jython.org Jython] | * com.carfey.ops.job.script.PythonJob running [http://www.jython.org Jython] | ||
* com.carfey.ops.job.script.GroovyJob [http://groovy.codehaus.org Groovy] | * com.carfey.ops.job.script.GroovyJob [http://groovy.codehaus.org Groovy] | ||
* com.carfey.ops.job.script.BeanShellJob executing [http://www.beanshell.org/ BeanShell] script. | * com.carfey.ops.job.script.BeanShellJob executing a [http://www.beanshell.org/ BeanShell] script. | ||
Revision as of 01:52, 21 February 2011
Espresso provides support for execution of scripted jobs. None of these require any java code to be written. Scripts are set using the web admin application Jobs config.