public class PRQAReportSettings extends Object implements Serializable, ReportSettings
Modifier and Type | Field and Description |
---|---|
EnumSet<PRQAContext.QARReportType> |
chosenReportTypes |
Collection<String> |
chosenServer |
boolean |
enableDataFlowAnalysis |
boolean |
enableDependencyMode |
String |
fileList |
boolean |
performCrossModuleAnalysis |
String |
product |
String |
projectFile |
boolean |
publishToQAV |
String |
settingsFile |
Constructor and Description |
---|
PRQAReportSettings(Collection<String> chosenServer,
String projectFile,
boolean performCrossModuleAnalysis,
boolean publishToQAV,
boolean enableDependencyMode,
boolean enableDataFlowAnalysis,
EnumSet<PRQAContext.QARReportType> chosenReportTypes,
String product,
String settingsFile,
String fileList) |
Modifier and Type | Method and Description |
---|---|
String |
getProduct() |
boolean |
publishToQAV() |
String |
toString() |
public final Collection<String> chosenServer
public final EnumSet<PRQAContext.QARReportType> chosenReportTypes
public final String projectFile
public final String settingsFile
public final String fileList
public final boolean performCrossModuleAnalysis
public final boolean publishToQAV
public final boolean enableDependencyMode
public final boolean enableDataFlowAnalysis
public final String product
public PRQAReportSettings(Collection<String> chosenServer, String projectFile, boolean performCrossModuleAnalysis, boolean publishToQAV, boolean enableDependencyMode, boolean enableDataFlowAnalysis, EnumSet<PRQAContext.QARReportType> chosenReportTypes, String product, String settingsFile, String fileList)
public String getProduct()
getProduct
in interface ReportSettings
public boolean publishToQAV()
publishToQAV
in interface ReportSettings
Copyright © 2016–2022. All rights reserved.