ScheduleModel |
ExecutionModel.getSchedule() |
The corresponding schedule
|
ScheduleModel |
ScheduleModel.setActive(Boolean active) |
Set the active flag
|
ScheduleModel |
ScheduleModel.setAverageTime(int averageTime) |
Set the average runtime of this schedules executions.
|
ScheduleModel |
ScheduleModel.setCdate(int cdate) |
Set the creation timestamp
|
ScheduleModel |
ScheduleModel.setCreator(User creator) |
Set the creator
|
ScheduleModel |
ScheduleModel.setDescription(String description) |
Set the description
|
ScheduleModel |
ScheduleModel.setEdate(int edate) |
Set the edit timestamp
|
ScheduleModel |
ScheduleModel.setEditor(User editor) |
Set the editor
|
ScheduleModel |
ScheduleModel.setId(Integer id) |
Set the ID
|
ScheduleModel |
ScheduleModel.setLastExecution(ExecutionModel lastExecution) |
Set the data for the last execution.
|
ScheduleModel |
ScheduleModel.setName(String name) |
Set the name
|
ScheduleModel |
ScheduleModel.setNotificationEmail(List<String> notificationEmail) |
Set the notification email addresses.
|
ScheduleModel |
ScheduleModel.setParallel(Boolean parallel) |
Set the parallel flag.
|
ScheduleModel |
ScheduleModel.setRuns(int runs) |
Set the number of executions for this schedule.
|
ScheduleModel |
ScheduleModel.setScheduleData(ScheduleData scheduleData) |
Set schedule data
|
ScheduleModel |
ScheduleModel.setStatus(ScheduleStatus status) |
Set the current status of the schedule.
|
ScheduleModel |
ScheduleModel.setTask(TaskModel task) |
Set the task of the schedule
|
ScheduleModel |
ScheduleModel.setTaskId(Integer taskId) |
Set the ID of the executed task
|