Package com.intuit.karate.job
Class MavenChromeJobConfig
- java.lang.Object
-
- com.intuit.karate.job.JobConfigBase<ScenarioRuntime>
-
- com.intuit.karate.job.MavenJobConfig
-
- com.intuit.karate.job.MavenChromeJobConfig
-
- All Implemented Interfaces:
JobConfig<ScenarioRuntime>
public class MavenChromeJobConfig extends MavenJobConfig
- Author:
- pthomas3
-
-
Field Summary
-
Fields inherited from class com.intuit.karate.job.JobConfigBase
addOptions, dockerImage, envPropKeys, logger, sysPropKeys
-
-
Constructor Summary
Constructors Constructor Description MavenChromeJobConfig(int executorCount, String host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecutorCommand(String jobId, String jobUrl, int index)List<JobCommand>getPostCommands(JobChunk<ScenarioRuntime> jc)List<JobCommand>getPreCommands(JobChunk<ScenarioRuntime> jc)voidsetHeight(int height)voidsetWidth(int width)-
Methods inherited from class com.intuit.karate.job.MavenJobConfig
getMainCommands, handleUpload
-
Methods inherited from class com.intuit.karate.job.JobConfigBase
addEnvPropKey, addSysPropKey, getEnvironment, getExecutorCount, getHost, getPort, getShutdownCommands, getStartupCommands, onStart, onStop, setAddOptions, setDockerImage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.intuit.karate.job.JobConfig
getExecutorDir, getInitialChunks, getSourcePath, getTimeoutMinutes
-
-
-
-
Constructor Detail
-
MavenChromeJobConfig
public MavenChromeJobConfig(int executorCount, String host, int port)
-
-
Method Detail
-
setWidth
public void setWidth(int width)
-
setHeight
public void setHeight(int height)
-
getExecutorCommand
public String getExecutorCommand(String jobId, String jobUrl, int index)
- Specified by:
getExecutorCommandin interfaceJobConfig<ScenarioRuntime>- Overrides:
getExecutorCommandin classJobConfigBase<ScenarioRuntime>
-
getPreCommands
public List<JobCommand> getPreCommands(JobChunk<ScenarioRuntime> jc)
-
getPostCommands
public List<JobCommand> getPostCommands(JobChunk<ScenarioRuntime> jc)
-
-