| Package | Description |
|---|---|
| org.appng.application.scheduler.service |
| Modifier and Type | Method and Description |
|---|---|
JobRecord |
JobRecordService.getRecord(String siteName,
String recordId) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<JobRecord>> |
RecordsRestController.getJobRecords(String applicationName,
String jobName,
String startedAfter,
String startedBefore,
String result,
String duration,
List<String> auths,
org.appng.api.model.Application application,
org.appng.api.model.Site site) |
List<JobRecord> |
JobRecordService.getRecords(String siteName,
String applicationFilter,
String jobFilter,
String start,
String end,
String result,
String duration) |
Copyright © 2019. All rights reserved.