public class JobLaunchRequest extends Object
Job
and its JobParameters
forming a request for a job to be launched.Constructor and Description |
---|
JobLaunchRequest(org.springframework.batch.core.Job job,
org.springframework.batch.core.JobParameters jobParameters) |
Modifier and Type | Method and Description |
---|---|
org.springframework.batch.core.Job |
getJob() |
org.springframework.batch.core.JobParameters |
getJobParameters() |
String |
toString() |
public JobLaunchRequest(org.springframework.batch.core.Job job, org.springframework.batch.core.JobParameters jobParameters)
job
- The job to be executedjobParameters
- The parameters for the jobCopyright © 2015. All rights reserved.