public class APXFileHandler extends Object
| Constructor and Description |
|---|
APXFileHandler(hudson.FilePath apx,
hudson.model.TaskListener listener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillIDtoHTMLReportMap(HashMap<String,hudson.FilePath> map)
Extracts all analysis items from APX project file and fills the given Map along (AnalysisID, PathToHTMLReportFile)
|
hudson.FilePath |
getAPXFile()
Returns the apx incl. path information
|
int |
getPedanticLevel()
reads Pedantic Level from APX File
|
hudson.FilePath |
getReportFile() |
hudson.FilePath |
getResultFile() |
String |
getTarget()
Returns the a3 target in the given apx project
|
public APXFileHandler(hudson.FilePath apx,
hudson.model.TaskListener listener)
throws IOException
apx - name of the APX Filelistener - TaskListener for Console OutputIOException - Constructor may throw an IO Exception if apx project file was not foundpublic void fillIDtoHTMLReportMap(HashMap<String,hudson.FilePath> map)
map - is the instance of an HashMap filled in this member routinepublic hudson.FilePath getReportFile()
public hudson.FilePath getResultFile()
public int getPedanticLevel()
public String getTarget()
public hudson.FilePath getAPXFile()
Copyright © 2016–2017. All rights reserved.