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(hudson.FilePath userContentRoot, com.thalesgroup.dtkit.metrics.model.InputMetric inputMetric, String expandedPattern, Boolean skipNoTestFiles, Boolean failIfNotNew, Boolean deleteOutputFiles, Boolean stopProcessingIfError, long buildTime, hudson.FilePath cusXSLFile)
           
 
Method Summary
 long getBuildTime()
           
 hudson.FilePath getCusXSLFile()
           
 String getExpandedPattern()
           
 com.thalesgroup.dtkit.metrics.model.InputMetric getInputMetric()
           
 hudson.FilePath getUserContentRoot()
           
 boolean isDeleteOutputFiles()
           
 boolean isFailIfNotNew()
           
 boolean isSkipNoTestFiles()
           
 boolean isStopProcessingIfError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUnitToolInfo

public XUnitToolInfo(hudson.FilePath userContentRoot,
                     com.thalesgroup.dtkit.metrics.model.InputMetric inputMetric,
                     String expandedPattern,
                     Boolean skipNoTestFiles,
                     Boolean failIfNotNew,
                     Boolean deleteOutputFiles,
                     Boolean stopProcessingIfError,
                     long buildTime,
                     hudson.FilePath cusXSLFile)
Method Detail

getCusXSLFile

public hudson.FilePath getCusXSLFile()

getInputMetric

public com.thalesgroup.dtkit.metrics.model.InputMetric getInputMetric()

getExpandedPattern

public String getExpandedPattern()

getBuildTime

public long getBuildTime()

isSkipNoTestFiles

public boolean isSkipNoTestFiles()

isFailIfNotNew

public boolean isFailIfNotNew()

isDeleteOutputFiles

public boolean isDeleteOutputFiles()

isStopProcessingIfError

public boolean isStopProcessingIfError()

getUserContentRoot

public hudson.FilePath getUserContentRoot()


Copyright © 2004-2013. All Rights Reserved.