public class ClangScanBuildToolInstallation extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<ClangScanBuildToolInstallation>, hudson.model.EnvironmentSpecific<ClangScanBuildToolInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor |
| Constructor and Description |
|---|
ClangScanBuildToolInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
ClangScanBuildToolInstallation |
forEnvironment(hudson.EnvVars environment) |
ClangScanBuildToolInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
String |
getExecutable(hudson.Launcher launcher) |
public String getExecutable(hudson.Launcher launcher) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic ClangScanBuildToolInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<ClangScanBuildToolInstallation>public ClangScanBuildToolInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<ClangScanBuildToolInstallation>IOExceptionInterruptedExceptionCopyright © 2004-2015. All Rights Reserved.