org.jenkinsci.plugins.valgrind
Class ValgrindResult
java.lang.Object
org.jenkinsci.plugins.valgrind.ValgrindResult
- All Implemented Interfaces:
- Serializable
public class ValgrindResult
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValgrindResult
public ValgrindResult(hudson.model.AbstractBuild<?,?> build,
ValgrindReport report)
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.