Uses of Class
com.parasoft.findings.jenkins.coverage.model.ClassNode
Package
Description
Generic coverage model to parse and collect code coverage results of different tools.
-
Uses of ClassNode in com.parasoft.findings.jenkins.coverage.model
Modifier and TypeMethodDescriptionClassNode.copy()
FileNode.createClassNode
(String className) Create a new class node with the given name and add it to the list of children.PackageNode.createClassNode
(String className) Create a new class node with the given name and add it to the list of children.FileNode.findOrCreateClassNode
(String className) Searches for the specified class node.PackageNode.findOrCreateClassNode
(String className) Searches for the specified class node.