Class TestResultAction

All Implemented Interfaces:
Action, HealthReportingAction, ModelObject, RunAction2, SimpleBuildStep.LastBuildAction, org.kohsuke.stapler.StaplerProxy

public class TestResultAction extends AbstractTestResultAction<TestResultAction> implements org.kohsuke.stapler.StaplerProxy, SimpleBuildStep.LastBuildAction
Action that displays the JUnit test result.

The actual test reports are isolated by WeakReference so that it doesn't eat up too much memory.

Author:
Kohsuke Kawaguchi