Class UpdateCodeVersions

java.lang.Object
edu.suffolk.litlab.efspserver.services.UpdateCodeVersions
All Implemented Interfaces:
org.quartz.Job

public class UpdateCodeVersions extends Object implements org.quartz.Job
  • 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 interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException