Uses of Class
com.parasoft.findings.jenkins.coverage.model.FileNode
Package
Description
Contains logic and models for visualizing the colored HTML source code files.
New coverage model that tries to replace all the existing functionality with a more versatile model.
Generic coverage model to parse and collect code coverage results of different tools.
-
Uses of FileNode in com.parasoft.findings.jenkins.coverage.api.metrics.source
Modifier and TypeMethodDescriptionSourceCodeFacade.calculateModifiedLinesCoverageSourceCode
(String content, FileNode fileNode) Filters the sourcecode coverage highlighting for analyzing the modified lines coverage only.Modifier and TypeMethodDescriptionvoid
SourceCodePainter.processSourceCodePainting
(Node rootNode, List<FileNode> files, String sourceCodeEncoding, io.jenkins.plugins.prism.SourceCodeRetention sourceCodeRetention, edu.hm.hafner.util.FilteredLog log) Processes the source code painting.ModifierConstructorDescriptionSourceViewModel
(Run<?, ?> owner, String id, FileNode fileNode, String tableId) Creates a new source view model instance. -
Uses of FileNode in com.parasoft.findings.jenkins.coverage.api.metrics.steps
Modifier and TypeMethodDescriptionboolean
CoverageViewModel.isSourceFileAvailable
(FileNode coverageNode) Returns whether the source file is available in Jenkins build folder. -
Uses of FileNode in com.parasoft.findings.jenkins.coverage.model
Modifier and TypeMethodDescriptionFileNode.copy()
PackageNode.createFileNode
(String fileName, edu.hm.hafner.util.TreeString relativePath) Create a new file node with the given name and add it to the list of children.PackageNode.findOrCreateFileNode
(String fileName, edu.hm.hafner.util.TreeString relativePath) Searches for the specified file node.Modifier and TypeMethodDescriptionSearches for a file within this node that has the given name.Node.getAllFileNodes()
Modifier and TypeMethodDescriptionvoid
FileNode.computeDelta
(FileNode referenceFile) Computes the delta of all values between this file and the given reference file.