Class TargetScanTask


  • @Component
    @ConditionalOnProperty("deployer.main.targets.scan.scheduling.enabled")
    public class TargetScanTask
    extends Object
    Triggers the scan for new/updated targets.
    Author:
    joseross
    • Field Detail

      • targetService

        @Autowired
        protected TargetService targetService
    • Constructor Detail

      • TargetScanTask

        public TargetScanTask()
    • Method Detail

      • scanTargets

        @Scheduled(cron="${deployer.main.targets.scan.scheduling.cron}")
        public void scanTargets()
        Scans for new/updated targets.