hudson.plugins.testlink.result
Class ReportFilesPatterns

java.lang.Object
  extended by hudson.plugins.testlink.result.ReportFilesPatterns
All Implemented Interfaces:
java.io.Serializable

public class ReportFilesPatterns
extends java.lang.Object
implements java.io.Serializable

Since:
1.2
Author:
Bruno P. Kinoshita
See Also:
Serialized Form

Constructor Summary
ReportFilesPatterns(java.lang.String junitXmlReportFilesPattern, java.lang.String testNGXmlReportFilesPattern, java.lang.String tapStreamReportFilesPattern)
           
 
Method Summary
 java.lang.String getJunitXmlReportFilesPattern()
           
 java.lang.String getTapStreamReportFilesPattern()
           
 java.lang.String getTestNGXmlReportFilesPattern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportFilesPatterns

public ReportFilesPatterns(java.lang.String junitXmlReportFilesPattern,
                           java.lang.String testNGXmlReportFilesPattern,
                           java.lang.String tapStreamReportFilesPattern)
Method Detail

getJunitXmlReportFilesPattern

public java.lang.String getJunitXmlReportFilesPattern()

getTestNGXmlReportFilesPattern

public java.lang.String getTestNGXmlReportFilesPattern()

getTapStreamReportFilesPattern

public java.lang.String getTapStreamReportFilesPattern()


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