public static class StepBuilderHelper.CommonStepProperties
extends java.lang.Object
Constructor and Description |
---|
CommonStepProperties() |
CommonStepProperties(StepBuilderHelper.CommonStepProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
addStepExecutionListener(StepExecutionListener stepExecutionListener) |
void |
addStepExecutionListeners(java.util.List<StepExecutionListener> stepExecutionListeners) |
java.lang.Boolean |
getAllowStartIfComplete() |
JobRepository |
getJobRepository() |
java.lang.String |
getName() |
java.lang.Integer |
getStartLimit() |
java.util.List<StepExecutionListener> |
getStepExecutionListeners() |
org.springframework.transaction.PlatformTransactionManager |
getTransactionManager() |
void |
setAllowStartIfComplete(java.lang.Boolean allowStartIfComplete) |
void |
setJobRepository(JobRepository jobRepository) |
void |
setName(java.lang.String name) |
void |
setStartLimit(java.lang.Integer startLimit) |
void |
setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) |
public CommonStepProperties()
public CommonStepProperties(StepBuilderHelper.CommonStepProperties properties)
public JobRepository getJobRepository()
public void setJobRepository(JobRepository jobRepository)
public org.springframework.transaction.PlatformTransactionManager getTransactionManager()
public void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.List<StepExecutionListener> getStepExecutionListeners()
public void addStepExecutionListeners(java.util.List<StepExecutionListener> stepExecutionListeners)
public void addStepExecutionListener(StepExecutionListener stepExecutionListener)
public java.lang.Integer getStartLimit()
public void setStartLimit(java.lang.Integer startLimit)
public java.lang.Boolean getAllowStartIfComplete()
public void setAllowStartIfComplete(java.lang.Boolean allowStartIfComplete)