Uses of Class
com.parasoft.findings.jenkins.coverage.model.PackageNode
Packages that use 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
Methods in com.parasoft.findings.jenkins.coverage.model that return PackageNodeModifier 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.Methods in com.parasoft.findings.jenkins.coverage.model that return types with arguments of type PackageNodeModifier and TypeMethodDescriptionNode.findPackage
(String searchName) Searches for a package within this node that has the given name.