de.esailors.jenkins.teststability
Class StabilityTestDataPublisher

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tasks.junit.TestDataPublisher>
      extended by hudson.tasks.junit.TestDataPublisher
          extended by 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 Class Summary
static class StabilityTestDataPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static boolean DEBUG
           
 
Constructor Summary
StabilityTestDataPublisher()
           
 
Method Summary
 StabilityTestDataPublisher.DescriptorImpl getDescriptor()
           
 hudson.tasks.junit.TestResultAction.Data getTestData(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, hudson.tasks.junit.TestResult testResult)
           
 
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
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

StabilityTestDataPublisher

@DataBoundConstructor
public StabilityTestDataPublisher()
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
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.