Uses of Class
com.parasoft.findings.jenkins.coverage.model.PackageNode
-
Packages that use PackageNode Package Description com.parasoft.findings.jenkins.coverage.model 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 PackageNode Modifier and Type Method Description PackageNode
PackageNode. copy()
PackageNode
ModuleNode. createPackageNode(String packageName)
Create a new package node with the given name and add it to the list of children.PackageNode
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 PackageNode Modifier and Type Method Description Optional<PackageNode>
Node. findPackage(String searchName)
Searches for a package within this node that has the given name.
-