org.jenkinsci.plugins.valgrind.parser
Class ValgrindParserResult

java.lang.Object
  extended by org.jenkinsci.plugins.valgrind.parser.ValgrindParserResult
All Implemented Interfaces:
hudson.FilePath.FileCallable<ValgrindReport>, Serializable

public class ValgrindParserResult
extends Object
implements hudson.FilePath.FileCallable<ValgrindReport>

See Also:
Serialized Form

Constructor Summary
ValgrindParserResult(hudson.model.BuildListener listener, String pattern)
           
 
Method Summary
 ValgrindReport invoke(File basedir, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValgrindParserResult

public ValgrindParserResult(hudson.model.BuildListener listener,
                            String pattern)
Method Detail

invoke

public ValgrindReport invoke(File basedir,
                             hudson.remoting.VirtualChannel channel)
                      throws IOException,
                             InterruptedException
Specified by:
invoke in interface hudson.FilePath.FileCallable<ValgrindReport>
Throws:
IOException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.