STEP_TYPE_KEY| Constructor and Description |
|---|
RemoteStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(StepExecution stepExecution) |
String |
getName() |
int |
getStartLimit() |
boolean |
isAllowStartIfComplete() |
void |
setAllowStartIfComplete(boolean allowStartIfComplete)
Public setter for flag that determines whether the step should start
again if it is already complete.
|
void |
setName(String name)
Set the name property.
|
void |
setStartLimit(int startLimit)
Public setter for the startLimit.
|
void |
setStep(Step delegate) |
public void setName(String name)
name - Step.getName()public int getStartLimit()
getStartLimit in interface Steppublic void setStartLimit(int startLimit)
startLimit - the startLimit to setpublic boolean isAllowStartIfComplete()
isAllowStartIfComplete in interface Steppublic void setAllowStartIfComplete(boolean allowStartIfComplete)
allowStartIfComplete - the value of the flag to setpublic void setStep(Step delegate)
delegate - the delegate to setpublic void execute(StepExecution stepExecution) throws JobInterruptedException
execute in interface StepJobInterruptedExceptionCopyright © 2015. All rights reserved.