Uses of Class
com.broadleafcommerce.scheduledjob.domain.ScheduledJobDetail
Packages that use ScheduledJobDetail
-
Uses of ScheduledJobDetail in com.broadleafcommerce.scheduledjob.domain
Methods in com.broadleafcommerce.scheduledjob.domain that return types with arguments of type ScheduledJobDetailModifier and TypeMethodDescriptionScheduledJob.getDetails()
Collection of detailed information for the jobMethod parameters in com.broadleafcommerce.scheduledjob.domain with type arguments of type ScheduledJobDetailModifier and TypeMethodDescriptionvoid
ScheduledJob.setDetails
(List<ScheduledJobDetail> details) Collection of detailed information for the jobConstructor parameters in com.broadleafcommerce.scheduledjob.domain with type arguments of type ScheduledJobDetailModifierConstructorDescriptionScheduledJob
(boolean enabled, String id, String name, String type, String timingType, boolean executed, Instant previousLastExecuted, Instant lastExecuted, Instant updated, Instant targetDate, String cron, List<ScheduledJobDetail> details, boolean manageInAdmin, String author, boolean trackExecutionDetails, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)