public class SonarRunnerInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<SonarRunnerInstallation>, hudson.slaves.NodeSpecific<SonarRunnerInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
SonarRunnerInstallation.DescriptorImpl |
| Constructor and Description |
|---|
SonarRunnerInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
SonarRunnerInstallation |
forEnvironment(hudson.EnvVars environment) |
SonarRunnerInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
String |
getExecutable(hudson.Launcher launcher)
Gets the executable path of this Sonar runner on the given target system.
|
File |
getHomeDir() |
public File getHomeDir()
public String getExecutable(hudson.Launcher launcher) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic SonarRunnerInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<SonarRunnerInstallation>public SonarRunnerInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<SonarRunnerInstallation>IOExceptionInterruptedExceptionCopyright © 2007-2013. All Rights Reserved.