|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||