public interface ImportCockpitCronJobLogDao
| Modifier and Type | Method and Description |
|---|---|
List<JobLogModel> |
findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel)
Returns a list of the latest logs created by the actual cronjob.
|
List<JobLogModel> |
findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel,
int count,
boolean ascending)
Returns a list of the latest logs created by the actual cronjob.
|
List<JobLogModel> findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel)
cronJobModel - List<JobLogModel> findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel, int count, boolean ascending)
cronJobModel - count - ascending - Copyright © 2017 SAP SE. All Rights Reserved.