public abstract class MutationResult<T extends MutationResult> extends Object implements Comparable<T>
| Constructor and Description |
|---|
MutationResult(String name,
MutationResult parent) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,? extends MutationResult<?>> |
getChildMap() |
Collection<? extends MutationResult> |
getChildren() |
MutationResult<?> |
getChildResult(String name) |
abstract String |
getDisplayName() |
Object |
getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
abstract MutationStats |
getMutationStats() |
String |
getName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
MutationResult |
getParent() |
List<MutationResult> |
getParents() |
MutationResult |
getPreviousResult() |
String |
getSourceFileContent() |
MutationStats |
getStatsDelta() |
String |
getUrl() |
boolean |
isCoverageAltered() |
boolean |
isSourceLevel() |
String |
relativeUrl(MutationResult parent) |
static String |
xmlTransform(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic MutationResult(String name, MutationResult parent)
public String getName()
public MutationResult getParent()
public List<MutationResult> getParents()
public MutationResult getPreviousResult()
public abstract String getDisplayName()
public abstract MutationStats getMutationStats()
public abstract Map<String,? extends MutationResult<?>> getChildMap()
public MutationResult<?> getChildResult(String name)
public boolean isSourceLevel()
public String getSourceFileContent()
public boolean isCoverageAltered()
public Collection<? extends MutationResult> getChildren()
public MutationStats getStatsDelta()
public Object getDynamic(String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOExceptionpublic hudson.model.AbstractBuild<?,?> getOwner()
public String getUrl()
public String relativeUrl(MutationResult parent)
Copyright © 2004-2014. All Rights Reserved.