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 StringRadarGunInstallation. 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 interfaceMainScriptConfigRepresent RG main script, currently only shell script is provided by RGinterfaceNodeScriptConfigBase for RG main and worker exec scriptsinterfaceWorkerScriptConfigRepresent 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 RgScriptConfigRgScriptConfig. 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 classMainShellScriptRepresent RG main shell script, i.e.classNodeShellScriptclassRgShellScriptRG shell script base.classWorkerShellScriptRepresents RG worker script, i.e.Methods in org.jenkinsci.plugins.radargun.model.impl that return RgScriptConfig Modifier and Type Method Description RgScriptConfigRgShellScript. withScriptPath(String scriptPath)
-