Package de.hybris.platform.cronjob.jalo
Interface TriggerableJob
-
- All Known Implementing Classes:
CatalogVersionSyncJob
,CustomAttributesTriggerableJob
,GeneratedCatalogVersionSyncJob
,NewSyncRestrictionsTest.TestCustomCatalogVersionSyncJob
,SyncItemJob
,TestJob
,TriggerableTwoSecondJob
,UnPerformableJob
@Deprecated public interface TriggerableJob
Deprecated.since ages - useCronJobFactory
to add custom factory creation.The Interface TriggerableJob.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CronJob
newExecution()
Deprecated.New execution.
-
-
-
Method Detail
-
newExecution
CronJob newExecution()
Deprecated.New execution.- Returns:
- the cron job
-
-