Class AstreeTool

java.lang.Object
hudson.model.AbstractDescribableImpl<io.jenkins.plugins.analysis.core.model.Tool>
io.jenkins.plugins.analysis.core.model.Tool
io.jenkins.plugins.analysis.core.model.ReportScanningTool
com.absint.astree.AstreeTool
All Implemented Interfaces:
Describable<io.jenkins.plugins.analysis.core.model.Tool>, Serializable

public class AstreeTool extends io.jenkins.plugins.analysis.core.model.ReportScanningTool
Tool registration to be picked up by warnings pluging
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Descriptor for this static analysis tool.

    Nested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.ReportScanningTool

    io.jenkins.plugins.analysis.core.model.ReportScanningTool.ReportScanningToolDescriptor

    Nested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.Tool

    io.jenkins.plugins.analysis.core.model.Tool.ToolDescriptor
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance of AstreeTool.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class io.jenkins.plugins.analysis.core.model.ReportScanningTool

    getActualPattern, getDescriptor, getPattern, getReportEncoding, getSkipSymbolicLinks, scan, setPattern, setReportEncoding, setSkipSymbolicLinks

    Methods inherited from class io.jenkins.plugins.analysis.core.model.Tool

    getActualId, getActualName, getId, getLabelProvider, getName, getSymbolName, readResolve, setId, setJenkinsFacade, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AstreeTool

      @DataBoundConstructor public AstreeTool()
      Creates a new instance of AstreeTool.
  • Method Details

    • createParser

      public AstreeReportParser createParser()
      Specified by:
      createParser in class io.jenkins.plugins.analysis.core.model.ReportScanningTool