Uses of Class
hudson.plugins.sonar.SonarInstallation

Packages that use SonarInstallation
hudson.plugins.sonar   
hudson.plugins.sonar.utils   
 

Uses of SonarInstallation in hudson.plugins.sonar
 

Methods in hudson.plugins.sonar that return SonarInstallation
 SonarInstallation SonarPublisher.getInstallation()
           
 SonarInstallation[] SonarPublisher.DescriptorImpl.getInstallations()
           
 

Methods in hudson.plugins.sonar with parameters of type SonarInstallation
 void SonarPublisher.DescriptorImpl.setInstallations(SonarInstallation... installations)
           
 

Uses of SonarInstallation in hudson.plugins.sonar.utils
 

Methods in hudson.plugins.sonar.utils with parameters of type SonarInstallation
static boolean SonarMaven.executeMaven(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, java.lang.String mavenName, java.lang.String pom, SonarInstallation sonarInstallation, SonarPublisher sonarPublisher)
           
 

Constructors in hudson.plugins.sonar.utils with parameters of type SonarInstallation
SonarMaven(java.lang.String targets, java.lang.String name, java.lang.String pom, java.lang.String jvmOptions, boolean usePrivateRepository, SonarInstallation sonarInstallation)
           
 



Copyright © 2007-2010. All Rights Reserved.