Class ToolProxy

java.lang.Object
hudson.model.AbstractDescribableImpl<ToolProxy>
io.jenkins.plugins.analysis.core.steps.ToolProxy
All Implemented Interfaces:
Describable<ToolProxy>

public class ToolProxy extends AbstractDescribableImpl<ToolProxy>
Proxy to a static analysis tool.
Author:
Ullrich Hafner
  • Constructor Details

    • ToolProxy

      @DataBoundConstructor public ToolProxy(Tool tool)
      Creates a new instance of ToolProxy.
      Parameters:
      tool - the ID of the tool to use
  • Method Details

    • getTool

      public Tool getTool()
      Returns the static analysis tool that will scan files and create issues.
      Returns:
      the tool
    • toString

      public String toString()
      Overrides:
      toString in class Object