public class MatrixTestResult
extends hudson.tasks.test.AggregatedTestResultAction
Action that aggregates all the test results from MatrixRuns.
This object is attached to MatrixBuild.
| Constructor and Description |
|---|
MatrixTestResult() |
MatrixTestResult(MatrixBuild owner)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(hudson.tasks.test.AbstractTestResultAction child) |
protected String |
getChildName(hudson.tasks.test.AbstractTestResultAction tr)
Use the configuration name.
|
String |
getTestResultPath(hudson.tasks.test.TestResult it) |
hudson.model.AbstractBuild<?,?> |
resolveChild(hudson.tasks.test.AggregatedTestResultAction.Child child) |
getChildReport, getChildReports, getDescription, getFailCount, getFailedTests, getResult, getSkipCount, getTotalCount, resolveRun, setDescription, updatedoGraph, doGraphMap, findCorrespondingResult, findPreviousCorresponding, getApi, getBuildHealth, getDisplayName, getFailureDiffString, getHealthScaleFactor, getIconFileName, getPreviousResult, getUrlName, onAttached, onLoad, readResolve@Deprecated public MatrixTestResult(MatrixBuild owner)
public MatrixTestResult()
protected String getChildName(hudson.tasks.test.AbstractTestResultAction tr)
getChildName in class hudson.tasks.test.AggregatedTestResultActionpublic hudson.model.AbstractBuild<?,?> resolveChild(hudson.tasks.test.AggregatedTestResultAction.Child child)
resolveChild in class hudson.tasks.test.AggregatedTestResultActionpublic String getTestResultPath(hudson.tasks.test.TestResult it)
getTestResultPath in class hudson.tasks.test.AbstractTestResultActionprotected void add(hudson.tasks.test.AbstractTestResultAction child)
add in class hudson.tasks.test.AggregatedTestResultActionCopyright © 2004-2016. All Rights Reserved.