public class ProjectMutations extends MutationResult<ProjectMutations>
| Constructor and Description |
|---|
ProjectMutations(PitBuildAction action) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ProjectMutations other) |
Map<String,? extends MutationResult<?>> |
getChildMap() |
String |
getDisplayName() |
MutationStats |
getMutationStats() |
String |
getName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
ProjectMutations |
getPreviousResult() |
getChildren, getChildResult, getDynamic, getParent, getParents, getSourceFileContent, getStatsDelta, getUrl, isCoverageAltered, isSourceLevel, relativeUrl, xmlTransformpublic ProjectMutations(PitBuildAction action)
public hudson.model.AbstractBuild<?,?> getOwner()
getOwner in class MutationResult<ProjectMutations>public ProjectMutations getPreviousResult()
getPreviousResult in class MutationResult<ProjectMutations>public MutationStats getMutationStats()
getMutationStats in class MutationResult<ProjectMutations>public String getName()
getName in class MutationResult<ProjectMutations>public String getDisplayName()
getDisplayName in class MutationResult<ProjectMutations>public Map<String,? extends MutationResult<?>> getChildMap()
getChildMap in class MutationResult<ProjectMutations>public int compareTo(ProjectMutations other)
Copyright © 2004-2014. All Rights Reserved.