org.jenkinsci.plugins.valgrind.util
Class ValgrindSourceGrabber

java.lang.Object
  extended by org.jenkinsci.plugins.valgrind.util.ValgrindSourceGrabber

public class ValgrindSourceGrabber
extends Object

Author:
Johannes Ohlemacher

Constructor Summary
ValgrindSourceGrabber(hudson.model.BuildListener listener, hudson.FilePath basedir)
           
 
Method Summary
 Map<String,String> getLookupMap()
           
 void grabFromStacktrace(ValgrindStacktrace stacktrace)
           
 boolean init(File localRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValgrindSourceGrabber

public ValgrindSourceGrabber(hudson.model.BuildListener listener,
                             hudson.FilePath basedir)
Method Detail

init

public boolean init(File localRoot)

grabFromStacktrace

public void grabFromStacktrace(ValgrindStacktrace stacktrace)

getLookupMap

public Map<String,String> getLookupMap()


Copyright © 2004-2012. All Rights Reserved.