public class XMLResultFileHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
required_a3version |
| Constructor and Description |
|---|
XMLResultFileHandler(String filename,
hudson.model.TaskListener listener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
File |
getXMLResultFile()
Returns XML Result File Object
|
boolean |
prettyPrintResultsAndCollectFailedItems(Vector<String> failed_items)
Pretty Prints all the Results as side effect to the listener Logger
|
public static final String required_a3version
public XMLResultFileHandler(String filename, hudson.model.TaskListener listener)
filename - of the XML Result Filelistener - TaskListener for Console Outputpublic boolean prettyPrintResultsAndCollectFailedItems(Vector<String> failed_items)
failed_items - - A Container that collects the IDs of all analysis items which failedpublic File getXMLResultFile()
Copyright © 2016. All rights reserved.