Uses of Class
com.intuit.karate.job.JobCommand
-
Packages that use JobCommand Package Description com.intuit.karate.job -
-
Uses of JobCommand in com.intuit.karate.job
Methods in com.intuit.karate.job that return types with arguments of type JobCommand Modifier and Type Method Description List<JobCommand>JobMessage. getCommands(String key)List<JobCommand>JobConfig. getMainCommands(JobChunk<T> jc)List<JobCommand>MavenJobConfig. getMainCommands(JobChunk<ScenarioRuntime> chunk)default List<JobCommand>JobConfig. getPostCommands(JobChunk<T> jc)List<JobCommand>MavenChromeJobConfig. getPostCommands(JobChunk<ScenarioRuntime> jc)default List<JobCommand>JobConfig. getPreCommands(JobChunk<T> jc)List<JobCommand>MavenChromeJobConfig. getPreCommands(JobChunk<ScenarioRuntime> jc)default List<JobCommand>JobConfig. getShutdownCommands()List<JobCommand>JobConfigBase. getShutdownCommands()List<JobCommand>JobConfig. getStartupCommands()List<JobCommand>JobConfigBase. getStartupCommands()Method parameters in com.intuit.karate.job with type arguments of type JobCommand Modifier and Type Method Description JobMessageJobMessage. put(String key, List<JobCommand> commands)
-