Uses of Class
com.parasoft.findings.jenkins.coverage.model.PackageNode
Package
Description
Generic coverage model to parse and collect code coverage results of different tools.
-
Uses of PackageNode in com.parasoft.findings.jenkins.coverage.model
Modifier and TypeMethodDescriptionPackageNode.copy()
ModuleNode.createPackageNode
(String packageName) Create a new package node with the given name and add it to the list of children.ModuleNode.findOrCreatePackageNode
(String packageName) Searches for the specified package node.Modifier and TypeMethodDescriptionNode.findPackage
(String searchName) Searches for a package within this node that has the given name.