Skip to content

Separating Business Logic from UI in Scheduler | step 4

Next step extracting business logic from Scheduler:

  • SchedulerUtils created for all static methods
  • Reading the scheduler job from its XML representation refactored and shifted to SchedulerUtils
  • Reading the esl file moved to SchedulerProcess

Additionally, a minor bug fix has been added synching the UI to the job values when a job is started.

Edited by Wolfgang Reissenberger

Merge request reports