Interface ICronJobTrigger
-
- All Superinterfaces:
IJobTrigger
public interface ICronJobTrigger extends IJobTrigger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCronString()
Returns the Cron String used by quartz Schedulervoid
setCronString(String crongString)
Sets the cron String used by the quartz scheduler-
Methods inherited from interface org.pentaho.platform.api.scheduler2.IJobTrigger
getDuration, getEndTime, getStartTime, getUiPassParam, setDuration, setEndTime, setStartTime, setUiPassParam
-
-
-
-
Method Detail
-
getCronString
String getCronString()
Description copied from interface:IJobTrigger
Returns the Cron String used by quartz Scheduler- Specified by:
getCronString
in interfaceIJobTrigger
- Returns:
- the cronString
-
setCronString
void setCronString(String crongString)
Description copied from interface:IJobTrigger
Sets the cron String used by the quartz scheduler- Specified by:
setCronString
in interfaceIJobTrigger
- Parameters:
crongString
- the cronString to set
-
-