Klasse ToolProxy

java.lang.Object
hudson.model.AbstractDescribableImpl<ToolProxy>
io.jenkins.plugins.analysis.core.steps.ToolProxy
Alle implementierten Schnittstellen:
Describable<ToolProxy>

public class ToolProxy extends AbstractDescribableImpl<ToolProxy>
Proxy to a static analysis tool.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • ToolProxy

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

    • getTool

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

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object