hudson.plugins.measurement_plots
Class TestDataPublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tasks.junit.TestDataPublisher>
hudson.tasks.junit.TestDataPublisher
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
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 |
TestDataPublisher
@DataBoundConstructor
public TestDataPublisher()
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.