Class JobRequest
java.lang.Object
org.duracloud.snapshot.service.impl.JobRequest
- Author:
- Daniel Bernstein Date: Jul 23, 2014
-
Constructor Summary
ConstructorsConstructorDescriptionJobRequest(org.springframework.batch.core.Job job, org.springframework.batch.core.JobParameters jobParameters) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.core.JobgetJob()org.springframework.batch.core.JobParameters
-
Constructor Details
-
JobRequest
public JobRequest(org.springframework.batch.core.Job job, org.springframework.batch.core.JobParameters jobParameters) - Parameters:
job-jobParameters-
-
-
Method Details
-
getJob
public org.springframework.batch.core.Job getJob()- Returns:
- the job
-
getJobParameters
public org.springframework.batch.core.JobParameters getJobParameters()- Returns:
- the jobParameters
-