Package | Description |
---|---|
org.springframework.batch.admin.domain | |
org.springframework.batch.admin.web | |
org.springframework.batch.admin.web.resource |
Modifier and Type | Method and Description |
---|---|
List<JobExecutionInfoResource> |
JobInstanceInfoResource.getJobExecutions() |
Constructor and Description |
---|
DetailedJobInfoResource(String name,
int executionCount,
boolean launchable,
boolean incrementable,
JobExecutionInfoResource lastExecution) |
Constructor and Description |
---|
JobInstanceInfoResource(JobInstance jobInstance,
List<JobExecutionInfoResource> jobExecutionInfoResources) |
Modifier and Type | Method and Description |
---|---|
JobExecutionInfoResource |
BatchJobExecutionsController.getJobExecutionInfo(long executionId) |
Modifier and Type | Method and Description |
---|---|
Collection<JobExecutionInfoResource> |
BatchJobExecutionsController.executionsForJob(String jobName,
int startJobExecution,
int pageSize)
Return a paged collection of job executions for a given job.
|
org.springframework.hateoas.PagedResources<JobExecutionInfoResource> |
BatchJobExecutionsController.list(org.springframework.data.domain.Pageable pageable)
List all job executions in a given range.
|
Modifier and Type | Method and Description |
---|---|
protected JobExecutionInfoResource |
JobExecutionInfoResourceAssembler.instantiateResource(JobExecutionInfo entity) |
JobExecutionInfoResource |
JobExecutionInfoResourceAssembler.toResource(JobExecutionInfo entity) |
Copyright © 2015. All rights reserved.