| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
JobSummaries |
ObjectFactory.createJobSummaries()
Create an instance of
JobSummaries |
| Modifier and Type | Method and Description |
|---|---|
JobSummaries |
JobRestController.getJobs(String namespace,
String jobName,
JobStatusEnum status,
String startTime,
String endTime)
Gets a list of job executions based on the specified filter parameters.
|
| Modifier and Type | Method and Description |
|---|---|
JobSummaries |
JobService.getJobs(String namespace,
String jobName,
JobStatusEnum jobStatus,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime)
Gets a list of job executions based on the specified filter parameters.
|
JobSummaries |
JobService.getRunningJobsByStartBeforeTime(org.joda.time.DateTime startBeforeTime)
Gets a list of running job executions based on the start before time filter.
|
| Modifier and Type | Method and Description |
|---|---|
JobSummaries |
JobServiceImpl.getJobs(String namespace,
String jobName,
JobStatusEnum jobStatus,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime) |
JobSummaries |
JobServiceImpl.getRunningJobsByStartBeforeTime(org.joda.time.DateTime startBeforeTime) |
Copyright © 2021. All rights reserved.