public class MatrixTestResult
extends hudson.tasks.test.AggregatedTestResultAction
Action
that aggregates all the test results from MatrixRun
s.
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, setDescription, update
doGraph, 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.AggregatedTestResultAction
public hudson.model.AbstractBuild<?,?> resolveChild(hudson.tasks.test.AggregatedTestResultAction.Child child)
resolveChild
in class hudson.tasks.test.AggregatedTestResultAction
public String getTestResultPath(hudson.tasks.test.TestResult it)
getTestResultPath
in class hudson.tasks.test.AbstractTestResultAction
protected void add(hudson.tasks.test.AbstractTestResultAction child)
add
in class hudson.tasks.test.AggregatedTestResultAction
Copyright © 2016. All rights reserved.