public class ValgrindResult extends Object implements Serializable
Constructor and Description |
---|
ValgrindResult(hudson.model.Run<?,?> build,
ValgrindParserResult parser) |
Modifier and Type | Method and Description |
---|---|
ValgrindPublisherConfig |
getConfig() |
Object |
getDynamic(String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
hudson.model.Run<?,?> |
getOwner() |
ValgrindReport |
getReport() |
Map<String,String> |
getSourceFiles() |
String |
getSummary()
Renders the summary Valgrind report for the build result.
|
void |
setSourceFiles(Map<String,String> sourceFiles) |
public ValgrindResult(hudson.model.Run<?,?> build, ValgrindParserResult parser)
public hudson.model.Run<?,?> getOwner()
public ValgrindPublisherConfig getConfig()
public ValgrindReport getReport() throws IOException, InterruptedException
IOException
InterruptedException
public String getSummary() throws IOException, InterruptedException
InterruptedException
IOException
public Object getDynamic(String link, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, InterruptedException
link
- expected to be in format "id=request
- response
- IOException
InterruptedException
Copyright © 2016–2018. All rights reserved.