예제 #1
0
 /// <summary>
 ///     Clean up all temporary files that have been generated during the Job
 /// </summary>
 private void CleanUp(Job job)
 {
     _logger.Debug("Cleaning up after the job");
     _jobClean.DoCleanUp(job.JobTempFolder, job.JobInfo.SourceFiles, job.JobInfo.InfFile);
     _directoryHelper.DeleteCreatedDirectories();
 }
예제 #2
0
 /// <summary>
 ///     Clean up all temporary files that have been generated during the Job
 /// </summary>
 private void CleanUp(Job job)
 {
     _logger.Debug("Cleaning up after the job");
     _jobClean.DoCleanUp(job.JobTempFolder, job.JobInfo.SourceFiles, job.JobInfo.InfFile);
 }