public class PitScore extends Score
AggregatedScore impact of PIT mutation test results. These results are obtained by inspecting a PitBuildAction instance of the PIT plugin.| Constructor and Description |
|---|
PitScore(PitConfiguration configuration,
org.jenkinsci.plugins.pitmutation.PitBuildAction action)
Creates a new
PitScore instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getDetectedSize() |
int |
getMutationsSize() |
int |
getRatio() |
int |
getUndetectedSize() |
int |
hashCode() |
getId, getName, getTotalImpactpublic PitScore(PitConfiguration configuration, org.jenkinsci.plugins.pitmutation.PitBuildAction action)
PitScore instance.configuration - the grading configurationaction - the action that contains the PIT resultsCopyright © 2016–2020. All rights reserved.