Package | Description |
---|---|
com.gentics.contentnode.rest.model.scheduler | |
com.gentics.contentnode.rest.resource.scheduler |
Modifier and Type | Method and Description |
---|---|
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.setTaskId(Integer taskId)
Set the ID of the executed task
|
Constructor and Description |
---|
ScheduleResponse(ScheduleModel item,
ResponseInfo responseInfo)
Create response with schedule and info
|
Modifier and Type | Method and Description |
---|---|
ScheduleResponse |
SchedulerResource.createSchedule(ScheduleModel schedule)
Create a new Schedule
|
ScheduleResponse |
SchedulerResource.updateSchedule(String scheduleId,
ScheduleModel schedule)
Update a schedule
|
Copyright © 2024 Gentics Software. All rights reserved.