Class StepBuilderHelper.CommonStepProperties
java.lang.Object
org.springframework.batch.core.step.builder.StepBuilderHelper.CommonStepProperties
- Enclosing class:
- StepBuilderHelper<B extends StepBuilderHelper<B>>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaddStepExecutionListener(StepExecutionListener stepExecutionListener) voidaddStepExecutionListeners(List<StepExecutionListener> stepExecutionListeners) getName()org.springframework.transaction.PlatformTransactionManagervoidsetAllowStartIfComplete(Boolean allowStartIfComplete) voidsetJobRepository(JobRepository jobRepository) voidvoidsetStartLimit(Integer startLimit) voidsetTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
-
Constructor Details
-
CommonStepProperties
public CommonStepProperties() -
CommonStepProperties
-
-
Method Details
-
getJobRepository
-
setJobRepository
-
getTransactionManager
public org.springframework.transaction.PlatformTransactionManager getTransactionManager() -
setTransactionManager
public void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) -
getName
-
setName
-
getStepExecutionListeners
-
addStepExecutionListeners
-
addStepExecutionListener
-
getStartLimit
-
setStartLimit
-
getAllowStartIfComplete
-
setAllowStartIfComplete
-