Class FindingsTransformer

java.lang.Object
org.jenkinsci.plugins.DependencyCheck.transformer.FindingsTransformer

public class FindingsTransformer extends Object
Converts a list of Findings into a data structure suitable for the FooTable Javascript component. Ported from the Dependency-Track Jenkins plugin.
Since:
5.0.0
Author:
Steve Springett (steve.springett@owasp.org)
  • Constructor Details

    • FindingsTransformer

      public FindingsTransformer()
  • Method Details

    • initSymbols

      protected void initSymbols()
    • transform

      public net.sf.json.JSONObject transform(List<Finding> findings)