Package ru.slie.luna.scheduler.job
Interface JobResult
- All Superinterfaces:
WithId
-
Method Summary
-
Method Details
-
getJobRunnerKey
JobRunnerKey getJobRunnerKey() -
getJobId
JobId getJobId() -
getStartDate
LocalDateTime getStartDate() -
getExecutionTime
Long getExecutionTime() -
getResult
JobOutcome getResult() -
getMessage
String getMessage() -
getStackTrace
String getStackTrace()
-