public class ResultsSession extends Object
| Constructor and Description |
|---|
ResultsSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCategory(Category e) |
void |
addFile(StdViol file)
Adds a new file to this bug collection.
|
void |
addLocation(Location e) |
void |
addRuleDesc(RuleDesc e) |
Collection<? extends hudson.plugins.cpptest.parser.CpptestParser.FileAnnotationBuilder> |
getFiles()
Returns all files of this violations collection.
|
public Collection<? extends hudson.plugins.cpptest.parser.CpptestParser.FileAnnotationBuilder> getFiles()
public void addFile(StdViol file)
file - the file to addpublic void addCategory(Category e)
e - the categoryList.add(java.lang.Object)public void addRuleDesc(RuleDesc e)
e - the result descriptionList.add(java.lang.Object)public void addLocation(Location e)
e - the result descriptionList.add(java.lang.Object)Copyright © 2004-2015. All Rights Reserved.