org.jenkinsci.plugins.valgrind
Class ValgrindResult

java.lang.Object
  extended by org.jenkinsci.plugins.valgrind.ValgrindResult
All Implemented Interfaces:
Serializable

public class ValgrindResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ValgrindResult(hudson.model.AbstractBuild<?,?> build, ValgrindReport report)
           
 
Method Summary
 Object getDynamic(String link, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 ValgrindReport getReport()
           
 Map<String,String> getSourceFiles()
           
 String getSummary()
          Renders the summary Valgrind report for the build result.
 void setReport(ValgrindReport report)
           
 void setSourceFiles(Map<String,String> sourceFiles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValgrindResult

public ValgrindResult(hudson.model.AbstractBuild<?,?> build,
                      ValgrindReport report)
Method Detail

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

getReport

public ValgrindReport getReport()

setReport

public void setReport(ValgrindReport report)

getSourceFiles

public Map<String,String> getSourceFiles()

setSourceFiles

public void setSourceFiles(Map<String,String> sourceFiles)

getSummary

public String getSummary()
Renders the summary Valgrind report for the build result.

Returns:
the HTML fragment of the summary Valgrind report

getDynamic

public Object getDynamic(String link,
                         org.kohsuke.stapler.StaplerRequest request,
                         org.kohsuke.stapler.StaplerResponse response)
                  throws IOException
Parameters:
link - expected to be in format "id=,"
request -
response -
Returns:
Throws:
IOException


Copyright © 2004-2012. All Rights Reserved.