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

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

public class XUnitToolInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
XUnitToolInfo(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType testType, String expandedPattern, long buildTime)
           
 
Method Summary
 long getBuildTime()
           
 File getCusXSLFile()
           
 String getExpandedPattern()
           
 com.thalesgroup.dtkit.metrics.hudson.api.type.TestType getTestType()
           
 String getToolName()
           
 void setCusXSLFile(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,
                     String expandedPattern,
                     long buildTime)
Method Detail

setCusXSLFile

public void setCusXSLFile(File cusXSLFile)

getCusXSLFile

public File getCusXSLFile()

getTestType

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

getExpandedPattern

public String getExpandedPattern()

getBuildTime

public long getBuildTime()

getToolName

public String getToolName()


Copyright © 2004-2011. All Rights Reserved.