jenkins.plugins.clangscanbuild
Class ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolDescriptor<ClangScanBuildToolInstallation>
          extended by jenkins.plugins.clangscanbuild.ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
ClangScanBuildToolInstallation

@Extension
public static class ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor
extends hudson.tools.ToolDescriptor<ClangScanBuildToolInstallation>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor()
           
 
Method Summary
 hudson.util.FormValidation doCheckHome(File value)
          Checks if the clang directory is valid.
 String getDisplayName()
           
 ClangScanBuildToolInstallation[] getInstallations()
           
 void setInstallations(ClangScanBuildToolInstallation... installations)
           
 
Methods inherited from class hudson.tools.ToolDescriptor
configure, getDefaultInstallers, getDefaultProperties, getPropertyDescriptors
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor

public ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstallation>

getInstallations

public ClangScanBuildToolInstallation[] getInstallations()
Overrides:
getInstallations in class hudson.tools.ToolDescriptor<ClangScanBuildToolInstallation>

setInstallations

public void setInstallations(ClangScanBuildToolInstallation... installations)
Overrides:
setInstallations in class hudson.tools.ToolDescriptor<ClangScanBuildToolInstallation>

doCheckHome

public hudson.util.FormValidation doCheckHome(@QueryParameter
                                              File value)
Checks if the clang directory is valid.



Copyright © 2004-2012. All Rights Reserved.