public class JavaStepConfig extends StepConfig
| Constructor and Description |
|---|
JavaStepConfig() |
| Modifier and Type | Method and Description |
|---|---|
JavaStepConfig |
withActionOnFailure(String actionOnFailure)
Configure the action on failure for the java step.
|
JavaStepConfig |
withArguments(String arguments)
Configure the arguments for the step.
|
JavaStepConfig |
withJar(String jar)
Configure the BOS path for step's .jar file.
|
JavaStepConfig |
withMainClass(String mainClass)
Configure the main class for the step.
|
JavaStepConfig |
withName(String name)
Configure the name of the step.
|
addProperty, getActionOnFailure, getName, getProperties, getType, setActionOnFailure, setName, setProperties, setTypepublic JavaStepConfig withJar(String jar)
jar - The BOS path for the step's .jar file.public JavaStepConfig withMainClass(String mainClass)
mainClass - The main class for the step.public JavaStepConfig withArguments(String arguments)
arguments - The arguments for the step.public JavaStepConfig withActionOnFailure(String actionOnFailure)
actionOnFailure - The action on step's failure.public JavaStepConfig withName(String name)
name - The name of the step.Copyright © 2016. All rights reserved.