hudson.tasks.test
Class MatrixTestResult

java.lang.Object
  extended by hudson.tasks.test.AbstractTestResultAction
      extended by hudson.tasks.test.AggregatedTestResultAction
          extended by hudson.tasks.test.MatrixTestResult
All Implemented Interfaces:
Action, HealthReportingAction, ModelObject

public class MatrixTestResult
extends AggregatedTestResultAction

Action that aggregates all the test results from MatrixRuns.

This object is attached to MatrixBuild.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.tasks.test.AggregatedTestResultAction
AggregatedTestResultAction.Child, AggregatedTestResultAction.ChildReport
 
Field Summary
 
Fields inherited from class hudson.tasks.test.AggregatedTestResultAction
children
 
Fields inherited from class hudson.tasks.test.AbstractTestResultAction
owner
 
Constructor Summary
MatrixTestResult(MatrixBuild owner)
           
 
Method Summary
protected  String getChildName(AbstractTestResultAction tr)
          Use the configuration name.
 String getTestResultPath(TestResult it)
          Returns a full path down to a test result
 AbstractBuild<?,?> resolveChild(AggregatedTestResultAction.Child child)
           
 
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
 

Constructor Detail

MatrixTestResult

public MatrixTestResult(MatrixBuild owner)
Method Detail

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.