hudson.plugins.testlink.result.testng
Class AbstractTestNGTestResultSeeker<T>

java.lang.Object
  extended by hudson.plugins.testlink.result.TestResultSeeker<T>
      extended by hudson.plugins.testlink.result.testng.AbstractTestNGTestResultSeeker<T>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TestNGClassesTestResultSeeker, TestNGSuitesTestResultSeeker

public abstract class AbstractTestNGTestResultSeeker<T>
extends TestResultSeeker<T>

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

Field Summary
 
Fields inherited from class hudson.plugins.testlink.result.TestResultSeeker
automatedTestCases, includePattern, keyCustomFieldName, listener
 
Constructor Summary
AbstractTestNGTestResultSeeker(java.lang.String includePattern, br.eti.kinoshita.testlinkjavaapi.model.TestCase[] automatedTestCases, java.lang.String keyCustomFieldName, hudson.model.BuildListener listener)
           
 
Method Summary
protected  br.eti.kinoshita.testlinkjavaapi.model.Attachment getTestNGAttachment(java.io.File testNGReportFile)
          Retrieves attachments for TestNG test cases.
 
Methods inherited from class hudson.plugins.testlink.result.TestResultSeeker
getBase64FileContent, getKeyCustomField, scan, seek, split
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTestNGTestResultSeeker

public AbstractTestNGTestResultSeeker(java.lang.String includePattern,
                                      br.eti.kinoshita.testlinkjavaapi.model.TestCase[] automatedTestCases,
                                      java.lang.String keyCustomFieldName,
                                      hudson.model.BuildListener listener)
Method Detail

getTestNGAttachment

protected br.eti.kinoshita.testlinkjavaapi.model.Attachment getTestNGAttachment(java.io.File testNGReportFile)
                                                                         throws java.io.IOException
Retrieves attachments for TestNG test cases.

Parameters:
testNGReportFile - TestNG file.
Returns:
attachments
Throws:
java.io.IOException


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