de.esailors.jenkins.teststability
Class StabilityTestDataPublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tasks.junit.TestDataPublisher>
hudson.tasks.junit.TestDataPublisher
de.esailors.jenkins.teststability.StabilityTestDataPublisher
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.junit.TestDataPublisher>
public class StabilityTestDataPublisher
- extends hudson.tasks.junit.TestDataPublisher
TestDataPublisher for the test stability history.
- Author:
- ckutz
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Field Summary |
static boolean |
DEBUG
|
| Methods inherited from class hudson.tasks.junit.TestDataPublisher |
all |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
StabilityTestDataPublisher
@DataBoundConstructor
public StabilityTestDataPublisher()
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
- Specified by:
getTestData in class hudson.tasks.junit.TestDataPublisher
- Throws:
IOException
InterruptedException
getDescriptor
public StabilityTestDataPublisher.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.junit.TestDataPublisher>- Overrides:
getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.junit.TestDataPublisher>
Copyright © 2004-2013. All Rights Reserved.