- createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.batch.test.context.BatchTestContextCustomizerFactory
-
- createJobExecution() - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a JobExecution with default parameters.
- createJobExecution(Long) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a JobExecution with the parameters provided.
- createJobExecution(String, Long, Long) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a JobExecution with the parameters provided.
- createJobExecution(String, Long, Long, String) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a JobExecution with the parameters provided.
- createJobExecution(String, Long, Long, JobParameters) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a JobExecution with the parameters provided.
- createJobExecutions(String, String[], int) - Method in class org.springframework.batch.test.JobRepositoryTestUtils
-
Use the JobRepository to create some JobExecution
instances each with the given job name and each having step executions
with the given step names.
- createJobExecutions(int) - Method in class org.springframework.batch.test.JobRepositoryTestUtils
-
Use the JobRepository to create some JobExecution
instances each with a single step execution.
- createJobExecutionWithStepExecutions(Long, Collection<String>) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a JobExecution with the parameters provided with attached
step executions.
- createJobInstance(String, Long) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a JobInstance with the parameters provided.
- createJobInstance() - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a JobInstance with default parameters.
- createStepExecution() - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a StepExecution with default parameters.
- createStepExecution(String, Long) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a StepExecution with the parameters provided.
- createStepExecution(JobExecution, String, Long) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a StepExecution with the parameters provided.
- createStepExecution(JobParameters, ExecutionContext) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a StepExecution and all its parent entities with default
values, but using the ExecutionContext and JobParameters
provided.
- createStepExecution(JobParameters) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a StepExecution and all its parent entities with default
values, but using the JobParameters provided.
- createStepExecution(ExecutionContext) - Static method in class org.springframework.batch.test.MetaDataInstanceFactory
-
Create a StepExecution and all its parent entities with default
values, but using the ExecutionContext provided.
- customizeContext(ConfigurableApplicationContext, MergedContextConfiguration) - Method in class org.springframework.batch.test.context.BatchTestContextCustomizer
-
- launchJob() - Method in class org.springframework.batch.test.AbstractJobTests
-
Deprecated.
Launch the entire job, including all steps.
- launchJob(JobParameters) - Method in class org.springframework.batch.test.AbstractJobTests
-
Deprecated.
Launch the entire job, including all steps
- launchJob() - Method in class org.springframework.batch.test.JobLauncherTestUtils
-
Launch the entire job, including all steps.
- launchJob(JobParameters) - Method in class org.springframework.batch.test.JobLauncherTestUtils
-
Launch the entire job, including all steps
- launchStep(String) - Method in class org.springframework.batch.test.AbstractJobTests
-
Deprecated.
Launch just the specified step in the job.
- launchStep(String, ExecutionContext) - Method in class org.springframework.batch.test.AbstractJobTests
-
Deprecated.
Launch just the specified step in the job.
- launchStep(String, JobParameters) - Method in class org.springframework.batch.test.AbstractJobTests
-
Deprecated.
Launch just the specified step in the job.
- launchStep(String, JobParameters, ExecutionContext) - Method in class org.springframework.batch.test.AbstractJobTests
-
Deprecated.
Launch just the specified step in the job.
- launchStep(String) - Method in class org.springframework.batch.test.JobLauncherTestUtils
-
Launch just the specified step in the job.
- launchStep(String, ExecutionContext) - Method in class org.springframework.batch.test.JobLauncherTestUtils
-
Launch just the specified step in the job.
- launchStep(String, JobParameters) - Method in class org.springframework.batch.test.JobLauncherTestUtils
-
Launch just the specified step in the job.
- launchStep(String, JobParameters, ExecutionContext) - Method in class org.springframework.batch.test.JobLauncherTestUtils
-
Launch just the specified step in the job.
- launchStep(Step) - Method in class org.springframework.batch.test.StepRunner
-
Launch just the specified step as its own job.
- launchStep(Step, ExecutionContext) - Method in class org.springframework.batch.test.StepRunner
-
Launch just the specified step as its own job.
- launchStep(Step, JobParameters) - Method in class org.springframework.batch.test.StepRunner
-
Launch just the specified step as its own job.
- launchStep(Step, JobParameters, ExecutionContext) - Method in class org.springframework.batch.test.StepRunner
-
Launch just the specified step as its own job.
- logger - Variable in class org.springframework.batch.test.AbstractJobTests
-
Deprecated.
Logger
- logger - Variable in class org.springframework.batch.test.JobLauncherTestUtils
-
Logger
- logger - Variable in class org.springframework.batch.test.StepRunner
-
Logger