public abstract class TestDataPublisher extends hudson.model.AbstractDescribableImpl<TestDataPublisher> implements hudson.ExtensionPoint
TestAction
s to test results.
This enables plugins to annotate test results and provide richer UI, such as letting users
claim test failures, allowing people to file bugs, or more generally, additional actions, views, etc.
To register your implementation, put Extension
on your descriptor implementation.
Constructor and Description |
---|
TestDataPublisher() |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<TestDataPublisher,hudson.model.Descriptor<TestDataPublisher>> |
all() |
abstract TestResultAction.Data |
getTestData(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
TestResult testResult)
Called after test results are collected by Jenkins, to create a resolver for
TestAction s. |
public abstract TestResultAction.Data getTestData(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestResult testResult) throws IOException, InterruptedException
TestAction
s.IOException
InterruptedException
public static hudson.DescriptorExtensionList<TestDataPublisher,hudson.model.Descriptor<TestDataPublisher>> all()
Copyright © 2016. All rights reserved.