Uses of Class
com.baidubce.services.bmr.model.JavaStepConfig

Packages that use JavaStepConfig
com.baidubce.services.bmr.model   
 

Uses of JavaStepConfig in com.baidubce.services.bmr.model
 

Methods in com.baidubce.services.bmr.model that return JavaStepConfig
 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 © 2018. All rights reserved.