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