Klasse DocumentConverter<T>
java.lang.Object
io.jenkins.plugins.coverage.adapter.converter.DocumentConverter<T>
- Bekannte direkte Unterklassen:
JSONDocumentConverter
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
DocumentConverter
public DocumentConverter()
-
-
Methodendetails
-
convert
Convert other format report to standard format Document.- Parameter:
report
- other format report- Gibt zurück:
- document converted by other report
- Löst aus:
CoverageException
-
convert
Convert other format report to standard format Document.- Parameter:
report
- other format reportdocument
- document that the report will convert to- Gibt zurück:
- document converted by other report
- Löst aus:
CoverageException
-