com.thalesgroup.hudson.plugins.xunit.transformer
Class XUnitToolInfo

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.xunit.transformer.XUnitToolInfo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
XUnitToolInfo(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType testType, java.io.File junitOutputDir, java.lang.String expandedPattern, long buildTime)
           
 
Method Summary
 long getBuildTime()
           
 java.io.File getCusXSLFile()
           
 java.lang.String getExpandedPattern()
           
 java.io.File getJunitOutputDir()
           
 com.thalesgroup.dtkit.metrics.hudson.api.type.TestType getTestType()
           
 void setCusXSLFile(java.io.File cusXSLFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUnitToolInfo

public XUnitToolInfo(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType testType,
                     java.io.File junitOutputDir,
                     java.lang.String expandedPattern,
                     long buildTime)
Method Detail

setCusXSLFile

public void setCusXSLFile(java.io.File cusXSLFile)

getCusXSLFile

public java.io.File getCusXSLFile()

getTestType

public com.thalesgroup.dtkit.metrics.hudson.api.type.TestType getTestType()

getJunitOutputDir

public java.io.File getJunitOutputDir()

getExpandedPattern

public java.lang.String getExpandedPattern()

getBuildTime

public long getBuildTime()


Copyright © 2010. All Rights Reserved.