Klasse PackageCoverageNode

java.lang.Object
io.jenkins.plugins.coverage.model.CoverageNode
io.jenkins.plugins.coverage.model.PackageCoverageNode
Alle implementierten Schnittstellen:
Serializable

public class PackageCoverageNode extends CoverageNode
A CoverageNode for a specific package. It converts a package structure to a corresponding path structure.
Autor:
Ullrich Hafner
Siehe auch:
  • Konstruktordetails

    • PackageCoverageNode

      public PackageCoverageNode(String name)
      Creates a new coverage item node with the given name.
      Parameter:
      name - the human-readable name of the node
  • Methodendetails

    • getPath

      public String getPath()
      Beschreibung aus Klasse kopiert: CoverageNode
      Returns the source code path of this node.
      Setzt außer Kraft:
      getPath in Klasse CoverageNode
      Gibt zurück:
      the element type
    • copyEmpty

      protected CoverageNode 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 Klasse CoverageNode
      Gibt zurück:
      the new and empty node