| Package | Description |
|---|---|
| com.baidubce.services.bmr.model |
| Modifier and Type | Method and Description |
|---|---|
JavaStepConfig |
JavaStepConfig.withActionOnFailure(String actionOnFailure)
Configure the action on failure for the java step.
|
JavaStepConfig |
JavaStepConfig.withAdditionalFile(String remote,
String local)
Configure the additional file for the step.
|
JavaStepConfig |
JavaStepConfig.withArguments(String arguments)
Configure the arguments for the step.
|
JavaStepConfig |
JavaStepConfig.withJar(String jar)
Configure the BOS path for step's .jar file.
|
JavaStepConfig |
JavaStepConfig.withMainClass(String mainClass)
Configure the main class for the step.
|
JavaStepConfig |
JavaStepConfig.withName(String name)
Configure the name of the step.
|
Copyright © 2024. All rights reserved.