Package | Description |
---|---|
net.praqma.jenkins.plugin.prqa.graphs | |
net.praqma.jenkins.plugin.prqa.notifier | |
net.praqma.prqa |
Modifier and Type | Field and Description |
---|---|
protected PRQAContext.QARReportType |
PRQAGraph.type |
Modifier and Type | Method and Description |
---|---|
PRQAContext.QARReportType |
PRQAGraph.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PRQAGraph.setType(PRQAContext.QARReportType type) |
Constructor and Description |
---|
PRQAGraph(String title,
PRQAContext.QARReportType type,
StatusCategory... category) |
Modifier and Type | Field and Description |
---|---|
EnumSet<PRQAContext.QARReportType> |
PRQANotifier.chosenReportTypes |
Modifier and Type | Method and Description |
---|---|
EnumSet<PRQAContext.QARReportType> |
PRQANotifier.getChosenReportTypes() |
Modifier and Type | Method and Description |
---|---|
void |
PRQANotifier.setChosenReportTypes(EnumSet<PRQAContext.QARReportType> chosenReport) |
Modifier and Type | Field and Description |
---|---|
EnumSet<PRQAContext.QARReportType> |
PRQAReportSettings.chosenReportTypes |
static EnumSet<PRQAContext.QARReportType> |
PRQAContext.QARReportType.OPTIONAL_TYPES |
static EnumSet<PRQAContext.QARReportType> |
PRQAContext.QARReportType.REQUIRED_TYPES |
Modifier and Type | Method and Description |
---|---|
static PRQAContext.QARReportType |
PRQAContext.QARReportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PRQAContext.QARReportType[] |
PRQAContext.QARReportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
Copyright © 2016–2022. All rights reserved.