com.cwctravel.hudson.plugins.suitegroupedtests
Class StabilityPublisher

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<TestDataPublisher>
      extended by com.cwctravel.hudson.plugins.suitegroupedtests.TestDataPublisher
          extended by com.cwctravel.hudson.plugins.suitegroupedtests.StabilityPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<TestDataPublisher>

public class StabilityPublisher
extends TestDataPublisher


Nested Class Summary
static class StabilityPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
StabilityPublisher()
           
 
Method Summary
 SuiteGroupResultAction.Data getTestData(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, SuiteGroupResult testResult)
          Called after test results are collected by Hudson, to create a resolver for TestActions.
 
Methods inherited from class com.cwctravel.hudson.plugins.suitegroupedtests.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
 

Constructor Detail

StabilityPublisher

public StabilityPublisher()
Method Detail

getTestData

public SuiteGroupResultAction.Data getTestData(hudson.model.AbstractBuild<?,?> build,
                                               hudson.Launcher launcher,
                                               hudson.model.BuildListener listener,
                                               SuiteGroupResult testResult)
                                        throws java.io.IOException,
                                               java.lang.InterruptedException
Description copied from class: TestDataPublisher
Called after test results are collected by Hudson, to create a resolver for TestActions.

Specified by:
getTestData in class TestDataPublisher
Returns:
can be null to indicate that there's nothing to contribute for this test result.
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2004-2012. All Rights Reserved.