Uses of Interface
org.jenkinsci.plugins.radargun.model.RgScriptConfig
-
Packages that use RgScriptConfig Package Description org.jenkinsci.plugins.radargun org.jenkinsci.plugins.radargun.model org.jenkinsci.plugins.radargun.model.impl -
-
Uses of RgScriptConfig in org.jenkinsci.plugins.radargun
Methods in org.jenkinsci.plugins.radargun with parameters of type RgScriptConfig Modifier and Type Method Description String
RadarGunInstallation. getExecutable(RgScriptConfig executable, hudson.remoting.VirtualChannel channel)
Gets the executable path of this RadarGun installation on the given target system. -
Uses of RgScriptConfig in org.jenkinsci.plugins.radargun.model
Subinterfaces of RgScriptConfig in org.jenkinsci.plugins.radargun.model Modifier and Type Interface Description interface
MainScriptConfig
Represent RG main script, currently only shell script is provided by RGinterface
NodeScriptConfig
Base for RG main and worker exec scriptsinterface
WorkerScriptConfig
Represent RG worker script, currently only shell script is provided by RGMethods in org.jenkinsci.plugins.radargun.model that return RgScriptConfig Modifier and Type Method Description RgScriptConfig
RgScriptConfig. withScriptPath(String scriptPath)
Methods in org.jenkinsci.plugins.radargun.model with parameters of type RgScriptConfig Modifier and Type Method Description List<String>
Option. getCmdOption(RgScriptConfig cfg)
-
Uses of RgScriptConfig in org.jenkinsci.plugins.radargun.model.impl
Classes in org.jenkinsci.plugins.radargun.model.impl that implement RgScriptConfig Modifier and Type Class Description class
MainShellScript
Represent RG main shell script, i.e.class
NodeShellScript
class
RgShellScript
RG shell script base.class
WorkerShellScript
Represents RG worker script, i.e.Methods in org.jenkinsci.plugins.radargun.model.impl that return RgScriptConfig Modifier and Type Method Description RgScriptConfig
RgShellScript. withScriptPath(String scriptPath)
-