com.thalesgroup.hudson.plugins.xunit.service
Class XUnitToolInfo
java.lang.Object
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(hudson.FilePath userContentRoot,
com.thalesgroup.dtkit.metrics.model.InputMetric inputMetric,
String expandedPattern,
Boolean failIfNotNew,
Boolean deleteOutputFiles,
Boolean stopProcessingIfError,
long buildTime,
hudson.FilePath cusXSLFile)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XUnitToolInfo
public XUnitToolInfo(hudson.FilePath userContentRoot,
com.thalesgroup.dtkit.metrics.model.InputMetric inputMetric,
String expandedPattern,
Boolean failIfNotNew,
Boolean deleteOutputFiles,
Boolean stopProcessingIfError,
long buildTime,
hudson.FilePath cusXSLFile)
getCusXSLFile
public hudson.FilePath getCusXSLFile()
getInputMetric
public com.thalesgroup.dtkit.metrics.model.InputMetric getInputMetric()
getExpandedPattern
public String getExpandedPattern()
getBuildTime
public long getBuildTime()
isFailIfNotNew
public boolean isFailIfNotNew()
isDeleteOutputFiles
public boolean isDeleteOutputFiles()
isStopProcessingIfError
public boolean isStopProcessingIfError()
getUserContentRoot
public hudson.FilePath getUserContentRoot()
Copyright © 2004-2012. All Rights Reserved.