Uses of Interface
org.pentaho.platform.api.scheduler2.IJob
-
Uses of IJob in org.pentaho.platform.api.scheduler2
Modifier 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.Fetches a Job by jobIdModifier and TypeMethodDescriptionIBlockoutManager.getBlockOutJobs()
IScheduler.getJobs
(IJobFilter filter) Lists currently scheduled jobs.ISchedulerResource.getJobsList()