public class QAFrameworkReport extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
HTML |
static String |
XHTML |
static String |
XML |
Constructor and Description |
---|
QAFrameworkReport(QaFrameworkReportSettings settings,
QAVerifyServerSettings qaVerifySettings,
HashMap<String,String> environment) |
Modifier and Type | Method and Description |
---|---|
static void |
_logEnv(String location,
Map<String,String> env) |
void |
analyzeQacli(String options,
PrintStream out) |
void |
applyCpuThreads(PrintStream out) |
boolean |
applyCustomLicenseServer(PrintStream out) |
void |
cmaAnalysisQacli(PrintStream out) |
static String |
extractReportsPath(String root,
String qaProject,
String configuration) |
PRQAComplianceStatus |
getComplianceStatus(PrintStream out) |
Map<String,String> |
getEnvironment() |
QaFrameworkReportSettings |
getSettings() |
void |
pullUnifyProjectQacli(PrintStream out) |
void |
reportQacli(String repType,
PrintStream out) |
void |
setEnvironment(Map<String,String> environment) |
void |
setSettings(QaFrameworkReportSettings settings) |
void |
setWorkspace(File workspace) |
void |
unsetCustomLicenseServer(boolean wasApplied,
PrintStream out) |
void |
uploadQacli(PrintStream out) |
public static final String XHTML
public static final String XML
public static final String HTML
public QAFrameworkReport(QaFrameworkReportSettings settings, QAVerifyServerSettings qaVerifySettings, HashMap<String,String> environment)
public static String extractReportsPath(String root, String qaProject, String configuration) throws PrqaException
PrqaException
public void pullUnifyProjectQacli(PrintStream out) throws PrqaException
PrqaException
public void analyzeQacli(String options, PrintStream out) throws PrqaException
PrqaException
public void applyCpuThreads(PrintStream out) throws PrqaException
PrqaException
public void cmaAnalysisQacli(PrintStream out) throws PrqaException
PrqaException
public void reportQacli(String repType, PrintStream out) throws PrqaException
PrqaException
public void uploadQacli(PrintStream out) throws PrqaException
PrqaException
public PRQAComplianceStatus getComplianceStatus(PrintStream out) throws PrqaException
PrqaException
public void setWorkspace(File workspace)
public QaFrameworkReportSettings getSettings()
public void setSettings(QaFrameworkReportSettings settings)
public boolean applyCustomLicenseServer(PrintStream out) throws PrqaException
PrqaException
public void unsetCustomLicenseServer(boolean wasApplied, PrintStream out) throws PrqaException
PrqaException
Copyright © 2016–2022. All rights reserved.