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
static SonarInstallation[] SonarInstallation.all()
           
static SonarInstallation SonarInstallation.get(java.lang.String name)
           
 SonarInstallation SonarPublisher.getInstallation()
           
 SonarInstallation[] SonarPublisher.DescriptorImpl.getInstallations()
           
 SonarInstallation SonarRunnerBuilder.getSonarInstallation()
           
 SonarInstallation[] SonarRunnerBuilder.DescriptorImpl.getSonarInstallations()
          This method is used in UI, so signature and location of this method is important.
 

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)
           
 



Copyright © 2007-2012. All Rights Reserved.