BATCH-768:First run through updating the docs with all the M1 changes.
This commit is contained in:
@@ -963,11 +963,13 @@
|
||||
public JobExecution createJobExecution(Job job, JobParameters jobParameters)
|
||||
throws JobExecutionAlreadyRunningException, JobRestartException;
|
||||
|
||||
void saveOrUpdate(JobExecution jobExecution);
|
||||
void add(StepExecution stepExecution);
|
||||
|
||||
void saveOrUpdate(StepExecution stepExecution);
|
||||
void update(JobExecution jobExecution);
|
||||
|
||||
void saveOrUpdateExecutionContext(StepExecution stepExecution);
|
||||
void update(StepExecution stepExecution);
|
||||
|
||||
void updateExecutionContext(StepExecution stepExecution);
|
||||
|
||||
StepExecution getLastStepExecution(JobInstance jobInstance, Step step);
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user