Class TestConfig
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.blazemeter.api.TestConfig
-
public class TestConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestConfig.ExecutionConfig
-
Constructor Summary
Constructors Constructor Description TestConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestConfigexecConfig(TestConfig.ExecutionConfig config)TestConfigjmxFile(File jmxFile)TestConfigname(String name)TestConfigprojectId(long projectId)TestConfigthreadsPerEngine(Integer threadsPerEngine)
-
-
-
Method Detail
-
name
public TestConfig name(String name)
-
projectId
public TestConfig projectId(long projectId)
-
jmxFile
public TestConfig jmxFile(File jmxFile)
-
execConfig
public TestConfig execConfig(TestConfig.ExecutionConfig config)
-
threadsPerEngine
public TestConfig threadsPerEngine(Integer threadsPerEngine)
-
-