Package | Description |
---|---|
net.praqma.jenkins.plugin.prqa.graphs | |
net.praqma.jenkins.plugin.prqa.notifier | |
net.praqma.prqa | |
net.praqma.prqa.status |
Modifier and Type | Field and Description |
---|---|
protected List<StatusCategory> |
PRQAGraph.categories |
Modifier and Type | Method and Description |
---|---|
List<StatusCategory> |
PRQAGraph.getCategories() |
Modifier and Type | Method and Description |
---|---|
boolean |
PRQAGraph.containsStatus(StatusCategory cat) |
Constructor and Description |
---|
PRQAGraph(String title,
PRQAContext.QARReportType type,
StatusCategory... category) |
Modifier and Type | Method and Description |
---|---|
Number |
PRQABuildAction.getThreshold(StatusCategory cat) |
Modifier and Type | Method and Description |
---|---|
Set<StatusCategory> |
PRQAReading.getCategories() |
HashMap<StatusCategory,Number> |
PRQAReading.getReadouts(StatusCategory... categories) |
HashMap<StatusCategory,Number> |
PRQAReading.getThresholds() |
Modifier and Type | Method and Description |
---|---|
Number |
PRQAStatusCollection.getMax(StatusCategory category)
Implemented a collection method to gather extremities from a given set
of collected compliance statistics.
|
Number |
PRQAStatusCollection.getMin(StatusCategory category)
Implemented a collection method to gather extremities from a given set
of collected compliance statistics.
|
Number |
PRQAStatusCollection.getOverriddenMax(StatusCategory category) |
Number |
PRQAStatusCollection.getOverriddenMin(StatusCategory category) |
Number |
PRQAReading.getReadout(StatusCategory category) |
HashMap<StatusCategory,Number> |
PRQAReading.getReadouts(StatusCategory... categories) |
void |
PRQAStatusCollection.overrideMax(StatusCategory category,
Number value) |
void |
PRQAStatusCollection.overrideMin(StatusCategory category,
Number value)
Implemented methods to override the min and max values, these are used in
the graphing part of the project.
|
void |
PRQAReading.setReadout(StatusCategory category,
Number value) |
Modifier and Type | Method and Description |
---|---|
void |
PRQAReading.setThresholds(HashMap<StatusCategory,Number> thresholds) |
Modifier and Type | Field and Description |
---|---|
protected HashMap<StatusCategory,Number> |
PRQAStatus.thresholds |
Modifier and Type | Method and Description |
---|---|
static StatusCategory |
StatusCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCategory[] |
StatusCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<StatusCategory> |
PRQAStatus.getCategories() |
HashMap<StatusCategory,Number> |
PRQAStatus.getReadouts(StatusCategory... categories)
Gets all associated readouts.
|
HashMap<StatusCategory,Number> |
PRQAStatus.getThresholds() |
Modifier and Type | Method and Description |
---|---|
Number |
PRQAComplianceStatus.getReadout(StatusCategory cat) |
HashMap<StatusCategory,Number> |
PRQAStatus.getReadouts(StatusCategory... categories)
Gets all associated readouts.
|
void |
PRQAComplianceStatus.setReadout(StatusCategory category,
Number value) |
Modifier and Type | Method and Description |
---|---|
void |
PRQAStatus.setThresholds(HashMap<StatusCategory,Number> thresholds) |
Copyright © 2016–2022. All rights reserved.