Class NotifyUnresolvedSymbolsScheduledJob
java.lang.Object
com.bluebell.greenhouse.radicle.scheduled.impl.NotifyUnresolvedSymbolsScheduledJob
- All Implemented Interfaces:
GenericScheduledJob
@Component
@ConditionalOnProperty(name="bluebell.jobs.scheduler.enabled",
havingValue="true",
matchIfMissing=true)
public class NotifyUnresolvedSymbolsScheduledJob
extends Object
implements GenericScheduledJob
Submits the durable job that reports symbols awaiting review.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Submits the unresolved-symbol notification on its configured schedule.
-
Constructor Details
-
NotifyUnresolvedSymbolsScheduledJob
public NotifyUnresolvedSymbolsScheduledJob()
-
-
Method Details
-
execute
@Scheduled(cron="${bluebell.jobs.schedule.notify-unresolved-symbols.cron}", zone="${bluebell.jobs.schedule.notify-unresolved-symbols.zone}") public void execute()Submits the unresolved-symbol notification on its configured schedule.- Specified by:
executein interfaceGenericScheduledJob
-