Uses of Package
com.parasoft.findings.jenkins.coverage.model
-
Packages that use com.parasoft.findings.jenkins.coverage.model Package Description com.parasoft.findings.jenkins.coverage.api.metrics.model Contains models to format coverages and aggregate values.com.parasoft.findings.jenkins.coverage.api.metrics.source Contains logic and models for visualizing the colored HTML source code files.com.parasoft.findings.jenkins.coverage.api.metrics.steps New coverage model that tries to replace all the existing functionality with a more versatile model.com.parasoft.findings.jenkins.coverage.model Generic coverage model to parse and collect code coverage results of different tools.com.parasoft.findings.jenkins.coverage.model.parser com.parasoft.findings.jenkins.coverage.model.registry -
Classes in com.parasoft.findings.jenkins.coverage.model used by com.parasoft.findings.jenkins.coverage.api.metrics.model Class Description Coverage Value of a code coverage metric.Metric A coverage metric to identify the coverage result type.Value A leaf in the tree. -
Classes in com.parasoft.findings.jenkins.coverage.model used by com.parasoft.findings.jenkins.coverage.api.metrics.source Class Description FileNode ANode
for a specific file.Node A hierarchical decomposition of coverage results. -
Classes in com.parasoft.findings.jenkins.coverage.model used by com.parasoft.findings.jenkins.coverage.api.metrics.steps Class Description CoverageParser Parses a file and returns the code coverage information in a tree ofNode
instances.FileNode ANode
for a specific file.Metric A coverage metric to identify the coverage result type.ModuleNode ANode
which represents a module of a project.Node A hierarchical decomposition of coverage results.Value A leaf in the tree. -
Classes in com.parasoft.findings.jenkins.coverage.model used by com.parasoft.findings.jenkins.coverage.model Class Description ClassNode ANode
for a specific class.ContainerNode ANode
which represents the top level node in the tree.Coverage Value of a code coverage metric.Coverage.CoverageBuilder Builder to create cachedCoverage
instances.FileNode ANode
for a specific file.IntegerValue Represents the value of an integer based metric.MethodNode ANode
for a specific method.Metric A coverage metric to identify the coverage result type.Metric.MetricTendency Metric tendency: some metrics are getting better when the value is getting larger, some other metrics are getting better when the value is getting smaller.ModuleNode ANode
which represents a module of a project.Mutation Class which represents a mutation of the PIT Mutation Testing tool.Mutation.MutationBuilder Builder to create newMutation
instances.MutationStatus Represents all possible outcomes for mutations.Node A hierarchical decomposition of coverage results.PackageNode ANode
for a specific package.Percentage Represents a coverage percentage value which can be used in order to show and serialize coverage values.Value A leaf in the tree. -
Classes in com.parasoft.findings.jenkins.coverage.model used by com.parasoft.findings.jenkins.coverage.model.parser Class Description CoverageParser Parses a file and returns the code coverage information in a tree ofNode
instances.ModuleNode ANode
which represents a module of a project. -
Classes in com.parasoft.findings.jenkins.coverage.model used by com.parasoft.findings.jenkins.coverage.model.registry Class Description CoverageParser Parses a file and returns the code coverage information in a tree ofNode
instances.