Class MutationReport
java.lang.Object
org.jenkinsci.plugins.pitmutation.MutationReport
public class MutationReport extends Object
- Author:
- edward
-
Constructor Summary
Constructors Constructor Description MutationReport() -
Method Summary
Modifier and Type Method Description voidaddMutation(Mutation mutation)Called by digester.static MutationReportcreate(InputStream xmlReport)Map<String,List<Mutation>>getMutationsByPackage()Collection<Mutation>getMutationsForClassName(String className)Collection<Mutation>getMutationsForPackage(String packageName)MutationStatsgetMutationStats()
-
Constructor Details
-
MutationReport
public MutationReport()
-
-
Method Details
-
create
- Throws:
IOExceptionSAXException
-
addMutation
Called by digester.- Parameters:
mutation-Mutationto add
-
getMutationsForPackage
-
getMutationsByPackage
-
getMutationsForClassName
-
getMutationStats
-