hudson.plugins.cobertura.renderers
Class SourceCodePainter

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.Boolean invoke(java.io.File workspaceDir, hudson.remoting.VirtualChannel channel)
          
 void paintSourceCode(java.io.File source, CoveragePaint paint, hudson.FilePath canvas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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


Copyright © 2010. All Rights Reserved.