hudson.plugins.testlink.result
Class AbstractJUnitResultSeeker

java.lang.Object
  extended by hudson.plugins.testlink.result.ResultSeeker
      extended by hudson.plugins.testlink.result.AbstractJUnitResultSeeker
All Implemented Interfaces:
hudson.model.Describable<ResultSeeker>, java.io.Serializable, java.lang.Comparable<ResultSeeker>
Direct Known Subclasses:
JUnitCaseClassNameResultSeeker, JUnitCaseNameResultSeeker, JUnitMethodNameResultSeeker, JUnitSuiteNameResultSeeker

public abstract class AbstractJUnitResultSeeker
extends ResultSeeker

Since:
3.1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Field Summary
 
Fields inherited from class hudson.plugins.testlink.result.ResultSeeker
includeNotes, includePattern, keyCustomField
 
Constructor Summary
AbstractJUnitResultSeeker(java.lang.String includePattern, java.lang.String keyCustomField, boolean attachJunitXML, boolean includeNotes)
           
 
Method Summary
protected  void handleResult(TestCaseWrapper automatedTestCase, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, TestLinkSite testlink, hudson.tasks.junit.SuiteResult suiteResult)
           
 boolean isAttachJUnitXML()
           
 void setAttachJUnitXML(boolean attachJUnitXML)
           
 
Methods inherited from class hudson.plugins.testlink.result.ResultSeeker
all, allExcept, compareTo, getBase64FileContent, getDescriptor, getIncludePattern, getKeyCustomField, getKeyCustomField, isIncludeNotes, scan, seek
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJUnitResultSeeker

public AbstractJUnitResultSeeker(java.lang.String includePattern,
                                 java.lang.String keyCustomField,
                                 boolean attachJunitXML,
                                 boolean includeNotes)
Parameters:
includePattern -
keyCustomField -
attachJunitXML -
Method Detail

setAttachJUnitXML

public void setAttachJUnitXML(boolean attachJUnitXML)
Parameters:
attachJUnitXML - the attachJunitXML to set

isAttachJUnitXML

public boolean isAttachJUnitXML()
Returns:
the attachJunitXML

handleResult

protected void handleResult(TestCaseWrapper automatedTestCase,
                            hudson.model.AbstractBuild<?,?> build,
                            hudson.model.BuildListener listener,
                            TestLinkSite testlink,
                            hudson.tasks.junit.SuiteResult suiteResult)


Copyright © 2010-2011 the Jenkins TestLink plug-in team-2012 Jenkins. All Rights Reserved.