Class UpdateCodeVersions
java.lang.Object
edu.suffolk.litlab.efspserver.services.UpdateCodeVersions
- All Implemented Interfaces:
org.quartz.Job
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.quartz.JobExecutionContext context) A very light wrapper around the CLI CodeUpdater tool.
-
Constructor Details
-
UpdateCodeVersions
public UpdateCodeVersions()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException A very light wrapper around the CLI CodeUpdater tool. A separate Job is started for each jurisdiciton, so only jurisdiciton and Tyler env is passed through.- Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-