Class MutatedPackage
java.lang.Object
org.jenkinsci.plugins.pitmutation.targets.MutationResult<MutatedPackage>
org.jenkinsci.plugins.pitmutation.targets.MutatedPackage
- All Implemented Interfaces:
Comparable<MutatedPackage>
public class MutatedPackage extends MutationResult<MutatedPackage>
- Author:
- Ed Kimber
-
Constructor Summary
Constructors Constructor Description MutatedPackage(String name, MutationResult parent, Map<String,List<Mutation>> classMutations) -
Method Summary
Modifier and Type Method Description intcompareTo(MutatedPackage other)booleanequals(Object obj)Map<String,MutatedClass>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<MutatedPackage>- Returns:
- the display name
-
getMutationStats
- Specified by:
getMutationStatsin classMutationResult<MutatedPackage>
-
getChildMap
- Specified by:
getChildMapin classMutationResult<MutatedPackage>
-
compareTo
-
hashCode
public int hashCode() -
equals
-