Package | Description |
---|---|
com.gentics.contentnode.rest.model.scheduler |
Modifier and Type | Method and Description |
---|---|
static ExecutionModel |
ExecutionModel.fromDbResult(ResultSet rs)
Create a model instance from a database result set.
|
static ExecutionModel |
ExecutionModel.fromDbResult(String idField,
ResultSet rs)
Create a model instance from a database result set.
|
ExecutionModel |
ScheduleModel.getLastExecution()
Get the data for the last execution if any.
|
ExecutionModel |
ExecutionModel.setDuration(Integer duration)
Set the duration
|
ExecutionModel |
ExecutionModel.setEndTime(Integer endTime)
Set the end time
|
ExecutionModel |
ExecutionModel.setId(Integer id)
Set the execution ID
|
ExecutionModel |
ExecutionModel.setLog(String log)
Set the command output
|
ExecutionModel |
ExecutionModel.setResult(Boolean result)
Set the result
|
ExecutionModel |
ExecutionModel.setScheduleId(Integer scheduleId)
Set the schedule ID
|
ExecutionModel |
ExecutionModel.setStartTime(Integer startTime)
Set the start time
|
Modifier and Type | Method and Description |
---|---|
ScheduleModel |
ScheduleModel.setLastExecution(ExecutionModel lastExecution)
Set the data for the last execution.
|
Constructor and Description |
---|
ExecutionResponse(ExecutionModel item,
ResponseInfo responseInfo)
Create response with execution and info
|
Copyright © 2024 Gentics Software. All rights reserved.