Uses of Interface
org.pentaho.platform.api.scheduler2.IJobScheduleParam
-
Packages that use IJobScheduleParam Package Description org.pentaho.platform.api.scheduler2 -
-
Uses of IJobScheduleParam in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 that return IJobScheduleParam Modifier and Type Method Description IJobScheduleParam
IScheduler. createJobScheduleParam()
Methods in org.pentaho.platform.api.scheduler2 that return types with arguments of type IJobScheduleParam Modifier and Type Method Description List<IJobScheduleParam>
IJobScheduleRequest. getJobParameters()
ArrayList<IJobScheduleParam>
IScheduler. getJobParameters()
Method parameters in org.pentaho.platform.api.scheduler2 with type arguments of type IJobScheduleParam Modifier and Type Method Description void
IJobScheduleRequest. setJobParameters(List<IJobScheduleParam> parameters)
-