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