hudson.plugins.measurement_plots
Class TestDataPublisher

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tasks.junit.TestDataPublisher>
      extended by hudson.tasks.junit.TestDataPublisher
          extended by hudson.plugins.measurement_plots.TestDataPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.junit.TestDataPublisher>

public class TestDataPublisher
extends hudson.tasks.junit.TestDataPublisher

Author:
krwalker

Nested Class Summary
static class TestDataPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
TestDataPublisher()
           
 
Method Summary
 hudson.tasks.junit.TestResultAction.Data getTestData(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, hudson.tasks.junit.TestResult testResult)
          Called after test results are collected by Hudson, to create a resolver for TestActions.
 
Methods inherited from class hudson.tasks.junit.TestDataPublisher
all
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDataPublisher

@DataBoundConstructor
public TestDataPublisher()
Method Detail

getTestData

public hudson.tasks.junit.TestResultAction.Data getTestData(hudson.model.AbstractBuild<?,?> build,
                                                            hudson.Launcher launcher,
                                                            hudson.model.BuildListener listener,
                                                            hudson.tasks.junit.TestResult testResult)
                                                     throws IOException,
                                                            InterruptedException
Called after test results are collected by Hudson, to create a resolver for TestActions.

Specified by:
getTestData in class hudson.tasks.junit.TestDataPublisher
Throws:
IOException
InterruptedException


Copyright © 2004-2013 Hudson. All Rights Reserved.