Class ModuleResult
java.lang.Object
org.jenkinsci.plugins.pitmutation.targets.MutationResult<ModuleResult>
org.jenkinsci.plugins.pitmutation.targets.ModuleResult
- All Implemented Interfaces:
Comparable<ModuleResult>
public class ModuleResult extends MutationResult<ModuleResult>
- Author:
- edward
-
Constructor Summary
Constructors Constructor Description ModuleResult(String name, MutationResult parent, MutationReport report) -
Method Summary
Modifier and Type Method Description intcompareTo(ModuleResult other)booleanequals(Object obj)Map<String,MutatedPackage>getChildMap()StringgetDisplayName()Required for the report outputMutationStatsgetMutationStats()inthashCode()Methods inherited from class org.jenkinsci.plugins.pitmutation.targets.MutationResult
getChildren, getChildResult, getDynamic, getParents, getPreviousResult, getSourceFileContent, getStatsDelta, getUrl, isCoverageAltered, isSourceLevel, relativeUrl, xmlTransform
-
Constructor Details
-
Method Details
-
getDisplayName
Description copied from class:MutationResultRequired for the report output- Specified by:
getDisplayNamein classMutationResult<ModuleResult>- Returns:
- the display name
-
getMutationStats
- Specified by:
getMutationStatsin classMutationResult<ModuleResult>
-
getChildMap
- Specified by:
getChildMapin classMutationResult<ModuleResult>
-
compareTo
-
hashCode
public int hashCode() -
equals
-