hudson.tasks.test
Class MatrixTestResult
java.lang.Object
hudson.tasks.test.AbstractTestResultAction
hudson.tasks.test.AggregatedTestResultAction
hudson.tasks.test.MatrixTestResult
- All Implemented Interfaces:
- Action, HealthReportingAction, ModelObject
public class MatrixTestResult
- extends AggregatedTestResultAction
Action
that aggregates all the test results from MatrixRun
s.
This object is attached to MatrixBuild
.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class hudson.tasks.test.AggregatedTestResultAction |
add, getChildReport, getChildReports, getDescription, getFailCount, getFailedTests, getResult, getSkipCount, getTotalCount, setDescription, update |
Methods inherited from class hudson.tasks.test.AbstractTestResultAction |
doGraph, doGraphMap, findCorrespondingResult, findPreviousCorresponding, getApi, getBuildHealth, getDisplayName, getFailureDiffString, getIconFileName, getPreviousResult, getUrlName, readResolve |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatrixTestResult
public MatrixTestResult(MatrixBuild owner)
getChildName
protected String getChildName(AbstractTestResultAction tr)
- Use the configuration name.
- Specified by:
getChildName
in class AggregatedTestResultAction
resolveChild
public AbstractBuild<?,?> resolveChild(AggregatedTestResultAction.Child child)
- Specified by:
resolveChild
in class AggregatedTestResultAction
getTestResultPath
public String getTestResultPath(TestResult it)
- Description copied from class:
AbstractTestResultAction
- Returns a full path down to a test result
- Overrides:
getTestResultPath
in class AbstractTestResultAction
Copyright © 2004-2013. All Rights Reserved.