Klasse PackageCoverageNode
java.lang.Object
io.jenkins.plugins.coverage.model.CoverageNode
io.jenkins.plugins.coverage.model.PackageCoverageNode
- Alle implementierten Schnittstellen:
Serializable
A
CoverageNode
for a specific package. It converts a package structure to a corresponding path structure.- Autor:
- Ullrich Hafner
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungPackageCoverageNode
(String name) Creates a new coverage item node with the given name. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected CoverageNode
Creates a copied instance of this node that has no children, leaves, and parent yet.getPath()
Returns the source code path of this node.Von Klasse geerbte Methoden io.jenkins.plugins.coverage.model.CoverageNode
add, add, computeDelta, computeDeltaAsPercentage, copyTree, copyTree, equals, filterPackageStructure, find, findByHashCode, getAll, getAllFileCoverageNodes, getChangeCoverageTree, getChildren, getCoverage, getFileAmountWithChangedCoverage, getFileAmountWithIndirectCoverageChanges, getImportantMetrics, getIndirectCoverageChangesTree, getLeaves, getLineAmountWithChangedCoverage, getLineAmountWithIndirectCoverageChanges, getMetric, getMetricFractions, getMetricPercentages, getMetrics, getMetricsDistribution, getName, getParent, getParentName, hasChangeCoverage, hasChangeCoverage, hasCodeChanges, hashCode, hasIndirectCoverageChanges, hasIndirectCoverageChanges, hasParent, isRoot, mergePath, printCoverageFor, printCoverageFor, readResolve, splitPackages, toString
-
Konstruktordetails
-
PackageCoverageNode
Creates a new coverage item node with the given name.- Parameter:
name
- the human-readable name of the node
-
-
Methodendetails
-
getPath
Beschreibung aus Klasse kopiert:CoverageNode
Returns the source code path of this node.- Setzt außer Kraft:
getPath
in KlasseCoverageNode
- Gibt zurück:
- the element type
-
copyEmpty
Beschreibung aus Klasse kopiert:CoverageNode
Creates a copied instance of this node that has no children, leaves, and parent yet.- Setzt außer Kraft:
copyEmpty
in KlasseCoverageNode
- Gibt zurück:
- the new and empty node
-