Uses of Class
org.jenkinsci.plugins.radargun.config.ScenarioSource
-
Packages that use ScenarioSource Package Description org.jenkinsci.plugins.radargun org.jenkinsci.plugins.radargun.config -
-
Uses of ScenarioSource in org.jenkinsci.plugins.radargun
Methods in org.jenkinsci.plugins.radargun that return ScenarioSource Modifier and Type Method Description ScenarioSource
RadarGunBuilder. getScenarioSource()
Methods in org.jenkinsci.plugins.radargun that return types with arguments of type ScenarioSource Modifier and Type Method Description static DescriptorExtensionList<ScenarioSource,Descriptor<ScenarioSource>>
RadarGunBuilder.DescriptorImpl. getScenarioSources()
static DescriptorExtensionList<ScenarioSource,Descriptor<ScenarioSource>>
RadarGunBuilder.DescriptorImpl. getScenarioSources()
Constructors in org.jenkinsci.plugins.radargun with parameters of type ScenarioSource Constructor Description RadarGunBuilder(RadarGunInstance radarGunInstance, ScenarioSource scenarioSource, NodeConfigSource nodeSource, ScriptSource scriptSource, String remoteLoginProgram, String remoteLogin, String privateKeyPath, String workspacePath, String pluginPath, String pluginConfigPath, String reporterPath)
-
Uses of ScenarioSource in org.jenkinsci.plugins.radargun.config
Subclasses of ScenarioSource in org.jenkinsci.plugins.radargun.config Modifier and Type Class Description class
FileScenarioSource
FileScenarioSourceclass
TextScenarioSource
TextScenarioSourceMethods in org.jenkinsci.plugins.radargun.config that return types with arguments of type ScenarioSource Modifier and Type Method Description static DescriptorExtensionList<ScenarioSource,Descriptor<ScenarioSource>>
ScenarioSource. all()
static DescriptorExtensionList<ScenarioSource,Descriptor<ScenarioSource>>
ScenarioSource. all()
Descriptor<ScenarioSource>
ScenarioSource. getDescriptor()
-