Class RealtimeTestResultAction

java.lang.Object
hudson.tasks.test.AbstractTestResultAction<AbstractRealtimeTestResultAction>
org.jenkinsci.plugins.junitrealtimetestreporter.AbstractRealtimeTestResultAction
org.jenkinsci.plugins.junitrealtimetestreporter.RealtimeTestResultAction
All Implemented Interfaces:
Action, HealthReportingAction, ModelObject, RunAction2, org.kohsuke.stapler.StaplerProxy

public class RealtimeTestResultAction extends AbstractRealtimeTestResultAction
Action attached to the build at the time of running displaying test results in real time. This action is attached to building runs and detached as soon as the run finishes. The action presents test result accumulated in workspace so far. RealtimeTestResultAction and TestResultAction are never attached at the same time so they share the same url space. As soon as the underlying build finishes the realtime results will be replaced by final ones.
Author:
ogondza