Uses of Class
hudson.tasks.test.AbstractTestResultAction

Packages that use AbstractTestResultAction
hudson.maven.reporters   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.tasks.junit Model objects that represent JUnit test reports. 
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
 

Uses of AbstractTestResultAction in hudson.maven.reporters
 

Subclasses of AbstractTestResultAction in hudson.maven.reporters
 class SurefireAggregatedReport
          MavenAggregatedReport for surefire report.
 class SurefireReport
          Action that displays surefire test result.
 

Methods in hudson.maven.reporters with parameters of type AbstractTestResultAction
protected  String SurefireAggregatedReport.getChildName(AbstractTestResultAction tr)
           
 

Uses of AbstractTestResultAction in hudson.model
 

Methods in hudson.model that return AbstractTestResultAction
 AbstractTestResultAction AbstractBuild.getTestResultAction()
          Gets AbstractTestResultAction associated with this build if any.
 

Uses of AbstractTestResultAction in hudson.tasks.junit
 

Subclasses of AbstractTestResultAction in hudson.tasks.junit
 class TestResultAction
          Action that displays the JUnit test result.
 

Methods in hudson.tasks.junit that return AbstractTestResultAction
 AbstractTestResultAction TestResult.getParentAction()
           
abstract  AbstractTestResultAction TestObject.getTestResultAction()
          Deprecated.  
 

Methods in hudson.tasks.junit with parameters of type AbstractTestResultAction
 void TestResult.setParentAction(AbstractTestResultAction action)
           
 

Uses of AbstractTestResultAction in hudson.tasks.test
 

Classes in hudson.tasks.test with type parameters of type AbstractTestResultAction
 class AbstractTestResultAction<T extends AbstractTestResultAction>
          Common base class for recording test result.
 

Subclasses of AbstractTestResultAction in hudson.tasks.test
 class AggregatedTestResultAction
          AbstractTestResultAction that aggregates all the test results from the corresponding AbstractBuilds.
static class AggregatedTestResultPublisher.TestResultAction
          Action that serves the aggregated record.
 class MatrixTestResult
          Action that aggregates all the test results from MatrixRuns.
 

Fields in hudson.tasks.test declared as AbstractTestResultAction
protected  AbstractTestResultAction SimpleCaseResult.parentAction
           
 

Methods in hudson.tasks.test that return AbstractTestResultAction
protected  AbstractTestResultAction AggregatedTestResultAction.getChildReport(AggregatedTestResultAction.Child child)
          Uses AggregatedTestResultAction.resolveChild(Child) and obtain the AbstractTestResultAction object for the given child.
 AbstractTestResultAction TestResultProjectAction.getLastTestResultAction()
           
 AbstractTestResultAction TestResult.getParentAction()
          Returns the action that points to the top level test result includes this test result.
 AbstractTestResultAction SimpleCaseResult.getParentAction()
           
 AbstractTestResultAction TestObject.getTestResultAction()
          Subclasses may override this method if they are associated with a particular subclass of AbstractTestResultAction.
 

Methods in hudson.tasks.test that return types with arguments of type AbstractTestResultAction
 List<AbstractTestResultAction> AggregatedTestResultPublisher.TestResultAction.getIndividuals()
          Returns the individual test results that are aggregated.
 

Methods in hudson.tasks.test with parameters of type AbstractTestResultAction
protected  void AggregatedTestResultAction.add(AbstractTestResultAction child)
           
protected abstract  String AggregatedTestResultAction.getChildName(AbstractTestResultAction tr)
           
protected  String MatrixTestResult.getChildName(AbstractTestResultAction tr)
          Use the configuration name.
 void TestResult.setParentAction(AbstractTestResultAction action)
          If the concept of a parent action is important to a subclass, then it should provide a non-noop implementation of this method.
 void SimpleCaseResult.setParentAction(AbstractTestResultAction parentAction)
          Sets the parent action, which means the action that binds this particular case result to a build.
 

Method parameters in hudson.tasks.test with type arguments of type AbstractTestResultAction
protected  void AggregatedTestResultAction.update(List<? extends AbstractTestResultAction> children)
           
 

Constructors in hudson.tasks.test with parameters of type AbstractTestResultAction
AggregatedTestResultAction.ChildReport(AbstractBuild<?,?> child, AbstractTestResultAction result)
           
 



Copyright © 2004-2013. All Rights Reserved.