Uses of Class
com.parasoft.findings.jenkins.coverage.model.MethodNode
Packages that use MethodNode
Package
Description
Generic coverage model to parse and collect code coverage results of different tools.
-
Uses of MethodNode in com.parasoft.findings.jenkins.coverage.model
Methods in com.parasoft.findings.jenkins.coverage.model that return MethodNodeModifier and TypeMethodDescriptionClassNode.createMethodNode
(String methodName, String signature) Create a new method node with the given method name and signature and add it to the list of children.Methods in com.parasoft.findings.jenkins.coverage.model that return types with arguments of type MethodNodeModifier and TypeMethodDescriptionNode.findMethod
(String searchName, String searchSignature) Searches for a method within this node that has the given name and signature.Node.getAllMethodNodes()