jenkins.plugins.clangscanbuild
Class ClangScanBuildToolInstallation

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolInstallation
          extended by jenkins.plugins.clangscanbuild.ClangScanBuildToolInstallation
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.model.EnvironmentSpecific<ClangScanBuildToolInstallation>, hudson.slaves.NodeSpecific<ClangScanBuildToolInstallation>, Serializable

public class ClangScanBuildToolInstallation
extends hudson.tools.ToolInstallation
implements hudson.slaves.NodeSpecific<ClangScanBuildToolInstallation>, hudson.model.EnvironmentSpecific<ClangScanBuildToolInstallation>

See Also:
Serialized Form

Nested Class Summary
static class ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor
           
 
Nested classes/interfaces inherited from class hudson.tools.ToolInstallation
hudson.tools.ToolInstallation.ToolConverter
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ClangScanBuildToolInstallation(String name, String home, List<? extends hudson.tools.ToolProperty<?>> properties)
           
 
Method Summary
 ClangScanBuildToolInstallation forEnvironment(hudson.EnvVars environment)
           
 ClangScanBuildToolInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log)
           
 String getExecutable(hudson.Launcher launcher)
           
 
Methods inherited from class hudson.tools.ToolInstallation
all, getHome, getName, getProperties, translateFor
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClangScanBuildToolInstallation

@DataBoundConstructor
public ClangScanBuildToolInstallation(String name,
                                                           String home,
                                                           List<? extends hudson.tools.ToolProperty<?>> properties)
Method Detail

getExecutable

public String getExecutable(hudson.Launcher launcher)
                     throws IOException,
                            InterruptedException
Throws:
IOException
InterruptedException

forEnvironment

public ClangScanBuildToolInstallation forEnvironment(hudson.EnvVars environment)
Specified by:
forEnvironment in interface hudson.model.EnvironmentSpecific<ClangScanBuildToolInstallation>

forNode

public ClangScanBuildToolInstallation forNode(hudson.model.Node node,
                                              hudson.model.TaskListener log)
                                       throws IOException,
                                              InterruptedException
Specified by:
forNode in interface hudson.slaves.NodeSpecific<ClangScanBuildToolInstallation>
Throws:
IOException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.