| Package | Description |
|---|---|
| org.jenkinsci.plugins.pitmutation | |
| org.jenkinsci.plugins.pitmutation.targets |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<? super Mutation,String> |
MutationReport.classIndexFunction |
static com.google.common.base.Predicate<Mutation> |
MutationReport.isSurvivor_ |
static com.google.common.base.Function<? super Mutation,String> |
MutationReport.packageIndexFunction |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,Mutation> |
MutationReport.getMutationsByPackage() |
Collection<Mutation> |
MutationReport.getMutationsForClassName(String className) |
Collection<Mutation> |
MutationReport.getMutationsForPackage(String packageName) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutationReport.addMutation(Mutation mutation)
Called by digester.
|
boolean |
Mutation.equals(Mutation m) |
| Constructor and Description |
|---|
MutatedClass(String name,
MutationResult parent,
Collection<Mutation> mutations) |
MutatedLine(String line,
MutationResult parent,
Collection<Mutation> mutations) |
MutatedPackage(String name,
MutationResult parent,
com.google.common.collect.Multimap<String,Mutation> classMutations) |
MutationStatsImpl(String title,
Collection<Mutation> mutations) |
Copyright © 2004-2014. All Rights Reserved.