Uses of Class
org.jenkinsci.plugins.radargun.RadarGunInstallation
-
Packages that use RadarGunInstallation Package Description org.jenkinsci.plugins.radargun org.jenkinsci.plugins.radargun.config org.jenkinsci.plugins.radargun.util -
-
Uses of RadarGunInstallation in org.jenkinsci.plugins.radargun
Methods in org.jenkinsci.plugins.radargun that return RadarGunInstallation Modifier and Type Method Description RadarGunInstallationRadarGunInstallation. forEnvironment(EnvVars environment)RadarGunInstallationRadarGunInstallation. forNode(Node node, TaskListener log)RadarGunInstallationRadarGunBuilder.DescriptorImpl. getInstallation(String installationName)RadarGunInstallation[]RadarGunInstallation.DescriptorImpl. getInstallations()RadarGunInstallationRgBuild. getRgInstall()Methods in org.jenkinsci.plugins.radargun that return types with arguments of type RadarGunInstallation Modifier and Type Method Description List<RadarGunInstallation>RadarGunBuilder.DescriptorImpl. getInstallations()Methods in org.jenkinsci.plugins.radargun with parameters of type RadarGunInstallation Modifier and Type Method Description voidRadarGunBuilder.DescriptorImpl. setInstallations(RadarGunInstallation... installations)voidRadarGunInstallation.DescriptorImpl. setInstallations(RadarGunInstallation... installations)Constructors in org.jenkinsci.plugins.radargun with parameters of type RadarGunInstallation Constructor Description RgBuild(RadarGunBuilder rgBuilder, AbstractBuild<?,?> build, Launcher launcher, NodeList nodes, RadarGunInstallation rgInstall) -
Uses of RadarGunInstallation in org.jenkinsci.plugins.radargun.config
Methods in org.jenkinsci.plugins.radargun.config that return types with arguments of type RadarGunInstallation Modifier and Type Method Description List<RadarGunInstallation>RadarGunInstallationWrapper.DescriptorImpl. getInstallations() -
Uses of RadarGunInstallation in org.jenkinsci.plugins.radargun.util
Methods in org.jenkinsci.plugins.radargun.util that return RadarGunInstallation Modifier and Type Method Description static RadarGunInstallationFunctions. getRgInstallation(RadarGunInstance radarGunInstance)
-