| Package | Description |
|---|---|
| org.jenkinsci.plugins.pitmutation.targets |
| Modifier and Type | Class and Description |
|---|---|
class |
MutationResult<T extends MutationResult> |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleResult |
class |
MutatedClass |
class |
MutatedLine |
class |
MutatedPackage |
class |
ProjectMutations |
| Modifier and Type | Method and Description |
|---|---|
MutationResult<?> |
MutationResult.getChildResult(String name) |
MutationResult |
MutationResult.getParent() |
MutationResult |
MutationResult.getPreviousResult() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MutationResult<?>> |
MutatedLine.getChildMap() |
Map<String,? extends MutationResult<?>> |
MutatedClass.getChildMap() |
Map<String,? extends MutationResult<?>> |
ProjectMutations.getChildMap() |
abstract Map<String,? extends MutationResult<?>> |
MutationResult.getChildMap() |
Map<String,? extends MutationResult<?>> |
MutatedPackage.getChildMap() |
Collection<? extends MutationResult> |
MutationResult.getChildren() |
List<MutationResult> |
MutationResult.getParents() |
| Modifier and Type | Method and Description |
|---|---|
String |
MutationResult.relativeUrl(MutationResult parent) |
| Constructor and Description |
|---|
ModuleResult(String name,
MutationResult parent,
MutationReport report) |
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) |
MutationResult(String name,
MutationResult parent) |
Copyright © 2004-2014. All Rights Reserved.