Groovy Documentation

jobs
Class DependenciesJob

java.lang.Object
  jobs.DependenciesJob

class DependenciesJob

A Quartz Scheduler job to serialize Dependencies


Property Summary
def timeout

Execute the job once a minute.

 
Constructor Summary
DependenciesJob()

 
Method Summary
def execute()

Serialize Dependencies for every Wiki.

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

timeout

def timeout
Execute the job once a minute.


 
Constructor Detail

DependenciesJob

DependenciesJob()


 
Method Detail

execute

public def execute()
Serialize Dependencies for every Wiki.


 

Groovy Documentation