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