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