| Package | Description |
|---|---|
| hudson.plugins.sonar | |
| hudson.plugins.sonar.utils |
| Modifier and Type | Method and Description |
|---|---|
static SonarInstallation[] |
SonarInstallation.all() |
static SonarInstallation |
SonarInstallation.get(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SonarPublisher.DescriptorImpl.setInstallations(SonarInstallation... installations) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SonarMaven.executeMaven(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
String mavenName,
String pom,
SonarInstallation sonarInstallation,
SonarPublisher sonarPublisher,
hudson.model.JDK jdk,
jenkins.mvn.SettingsProvider settings,
jenkins.mvn.GlobalSettingsProvider globalSettings,
boolean usesLocalRepository) |
Copyright © 2007-2013. All Rights Reserved.