Uses of Class
com.parasoft.findings.jenkins.coverage.model.FileNode
Packages that use 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
Methods in com.parasoft.findings.jenkins.coverage.api.metrics.source that return FileNodeMethods in com.parasoft.findings.jenkins.coverage.api.metrics.source with parameters of type FileNodeModifier and TypeMethodDescriptionSourceCodeFacade.calculateModifiedLinesCoverageSourceCode
(String content, FileNode fileNode) Filters the sourcecode coverage highlighting for analyzing the modified lines coverage only.Method parameters in com.parasoft.findings.jenkins.coverage.api.metrics.source with type arguments of type FileNodeModifier 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.Constructors in com.parasoft.findings.jenkins.coverage.api.metrics.source with parameters of type FileNodeModifierConstructorDescriptionSourceViewModel
(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
Methods in com.parasoft.findings.jenkins.coverage.api.metrics.steps with parameters of type FileNodeModifier 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
Methods in com.parasoft.findings.jenkins.coverage.model that return FileNodeModifier 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.Methods in com.parasoft.findings.jenkins.coverage.model that return types with arguments of type FileNodeModifier and TypeMethodDescriptionSearches for a file within this node that has the given name.Node.getAllFileNodes()
Methods in com.parasoft.findings.jenkins.coverage.model with parameters of type FileNodeModifier and TypeMethodDescriptionvoid
FileNode.computeDelta
(FileNode referenceFile) Computes the delta of all values between this file and the given reference file.