public class XUnitToolInfo extends Object implements Serializable
Constructor and Description |
---|
XUnitToolInfo(hudson.FilePath userContentRoot,
com.thalesgroup.dtkit.metrics.model.InputMetric inputMetric,
String expandedPattern,
Boolean skipNoTestFiles,
Boolean failIfNotNew,
Boolean deleteOutputFiles,
Boolean stopProcessingIfError,
long buildTime,
long testTimeMargin,
hudson.FilePath cusXSLFile) |
Modifier and Type | Method and Description |
---|---|
long |
getBuildTime() |
hudson.FilePath |
getCusXSLFile() |
String |
getExpandedPattern() |
com.thalesgroup.dtkit.metrics.model.InputMetric |
getInputMetric() |
long |
getTestTimeMargin() |
hudson.FilePath |
getUserContentRoot() |
boolean |
isDeleteOutputFiles() |
boolean |
isFailIfNotNew() |
boolean |
isSkipNoTestFiles() |
boolean |
isStopProcessingIfError() |
public XUnitToolInfo(hudson.FilePath userContentRoot, com.thalesgroup.dtkit.metrics.model.InputMetric inputMetric, String expandedPattern, Boolean skipNoTestFiles, Boolean failIfNotNew, Boolean deleteOutputFiles, Boolean stopProcessingIfError, long buildTime, long testTimeMargin, hudson.FilePath cusXSLFile)
public hudson.FilePath getCusXSLFile()
public com.thalesgroup.dtkit.metrics.model.InputMetric getInputMetric()
public String getExpandedPattern()
public long getBuildTime()
public boolean isSkipNoTestFiles()
public boolean isFailIfNotNew()
public boolean isDeleteOutputFiles()
public boolean isStopProcessingIfError()
public hudson.FilePath getUserContentRoot()
public long getTestTimeMargin()
Copyright © 2004-2014. All Rights Reserved.