Klasse SourceViewModel
java.lang.Object
io.jenkins.plugins.coverage.metrics.source.SourceViewModel
- Alle implementierten Schnittstellen:
ModelObject
Server side model that provides the data for the source code view of the coverage results. The layout of the
associated view is defined corresponding jelly view 'index.jelly'.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSourceViewModel
(Run<?, ?> owner, String id, edu.hm.hafner.coverage.FileNode fileNode) Creates a new source view model instance. -
Methodenübersicht
-
Konstruktordetails
-
SourceViewModel
-
-
Methodendetails
-
getOwner
-
getNode
public edu.hm.hafner.coverage.FileNode getNode() -
getSourceFileContent
Returns the source file rendered in HTML.- Gibt zurück:
- the colored source code as HTML document
-
isSourceFileAvailable
public boolean isSourceFileAvailable()Returns whether the source file is available in Jenkins build folder.- Gibt zurück:
true
if the source file is available,false
otherwise
-
getDisplayName
- Angegeben von:
getDisplayName
in SchnittstelleModelObject
-