public class JunitResultPublisher
extends hudson.tasks.junit.TestDataPublisher
Modifier and Type | Class and Description |
---|---|
static class |
JunitResultPublisher.DescriptorImpl |
Constructor and Description |
---|
JunitResultPublisher(String urlOverride)
Called by Jenkins when the job is initialized.
|
Modifier and Type | Method and Description |
---|---|
JunitResultPublisher.DescriptorImpl |
getDescriptor() |
hudson.tasks.junit.TestResultAction.Data |
getTestData(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.tasks.junit.TestResult testResult) |
String |
getUrlOverride()
Called by Jenkins when rendering the job configuration page.
|
@DataBoundConstructor public JunitResultPublisher(String urlOverride)
the
- URL override setting from the job configuration (can be null
).public String getUrlOverride()
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
getTestData
in class hudson.tasks.junit.TestDataPublisher
IOException
public JunitResultPublisher.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.junit.TestDataPublisher>
getDescriptor
in class hudson.model.AbstractDescribableImpl<hudson.tasks.junit.TestDataPublisher>
Copyright © 2004-2016. All Rights Reserved.