Uses of Interface
org.pentaho.platform.api.scheduler2.IJobTrigger
Packages that use IJobTrigger
- 
Uses of IJobTrigger in org.pentaho.platform.api.scheduler2
Subinterfaces of IJobTrigger in org.pentaho.platform.api.scheduler2Modifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceA simple way of specifying a schedule on which a job will fire as opposed toIComplexJobTrigger.Methods in org.pentaho.platform.api.scheduler2 that return IJobTriggerMethods in org.pentaho.platform.api.scheduler2 with parameters of type IJobTriggerModifier and TypeMethodDescriptionIScheduler.createJob(String jobName, Class<? extends IAction> action, Map<String, Serializable> jobParams, IJobTrigger trigger) Schedules a job to be run at one or more times in the future.IScheduler.createJob(String jobName, Class<? extends IAction> action, Map<String, Serializable> jobParams, IJobTrigger trigger, IBackgroundExecutionStreamProvider outputStreamProvider) Schedules a job to be run at one or more times in the future.IScheduler.createJob(String jobName, String actionId, Map<String, Serializable> jobParams, IJobTrigger trigger) Schedules a job to be run at one or more times in the future.IScheduler.createJob(String jobName, String actionId, Map<String, Serializable> jobParams, IJobTrigger trigger, IBackgroundExecutionStreamProvider outputStreamProvider) Schedules a job to be run at one or more times in the future.booleanIBlockoutManager.isPartiallyBlocked(IJobTrigger scheduleJobTrigger) voidIScheduler.updateJob(String jobId, Map<String, Serializable> jobParams, IJobTrigger trigger) Updates both the parameters and trigger to be used to execute an existing scheduled action.booleanIBlockoutManager.willFire(IJobTrigger scheduleJobTrigger)