hudson.plugins.cobertura.renderers
Class SourceCodePainter
java.lang.Object
hudson.plugins.cobertura.renderers.SourceCodePainter
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable
public class SourceCodePainter
- extends java.lang.Object
- implements hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable
TODO javadoc.
- Since:
- 31-Aug-2007 16:52:25
- Author:
- Stephen Connolly
- See Also:
- Serialized Form
|
Constructor Summary |
SourceCodePainter(hudson.FilePath destination,
java.util.Set<java.lang.String> sourcePaths,
java.util.Map<java.lang.String,CoveragePaint> paint,
hudson.model.BuildListener listener,
SourceEncoding sourceEncoding)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceCodePainter
public SourceCodePainter(hudson.FilePath destination,
java.util.Set<java.lang.String> sourcePaths,
java.util.Map<java.lang.String,CoveragePaint> paint,
hudson.model.BuildListener listener,
SourceEncoding sourceEncoding)
paintSourceCode
public void paintSourceCode(java.io.File source,
CoveragePaint paint,
hudson.FilePath canvas)
throws java.io.IOException,
java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
invoke
public java.lang.Boolean invoke(java.io.File workspaceDir,
hudson.remoting.VirtualChannel channel)
throws java.io.IOException
-
- Specified by:
invoke in interface hudson.FilePath.FileCallable<java.lang.Boolean>
- Throws:
java.io.IOException
getSourceEncoding
public SourceEncoding getSourceEncoding()
Copyright © 2004-2011. All Rights Reserved.