Klasse CoverageTool
java.lang.Object
hudson.model.AbstractDescribableImpl<CoverageTool>
io.jenkins.plugins.coverage.metrics.steps.CoverageTool
- Alle implementierten Schnittstellen:
Describable<CoverageTool>
,Serializable
A coverage tool that can produce a
coverage tree
by parsing a given report file.- Autor:
- Ullrich Hafner
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
Descriptor forCoverageTool
.static enum
Supported coverage parsers.static enum
Parser types. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the actual pattern to work with.protected Object
Called after de-serialization to retain backward compatibility.void
setParser
(CoverageTool.Parser parser) Sets the parser to be used to read the input files.void
setPattern
(String pattern) Sets the Ant file-set pattern of files to work with.toString()
-
Konstruktordetails
-
CoverageTool
@DataBoundConstructor public CoverageTool()Creates a newCoverageTool
.
-
-
Methodendetails
-
getParser
-
setParser
Sets the parser to be used to read the input files.- Parameter:
parser
- the parser to use
-
readResolve
Called after de-serialization to retain backward compatibility.- Gibt zurück:
- this
-
setPattern
Sets the Ant file-set pattern of files to work with. If the pattern is undefined, then the console log is scanned.- Parameter:
pattern
- the pattern to use
-
getPattern
-
getActualPattern
Returns the actual pattern to work with. If no user-defined pattern is given, then the default pattern is returned.- Gibt zurück:
- the name
- Siehe auch:
-
toString
-
getDescriptor
- Angegeben von:
getDescriptor
in SchnittstelleDescribable<CoverageTool>
- Setzt außer Kraft:
getDescriptor
in KlasseAbstractDescribableImpl<CoverageTool>
-
getDisplayName
-