Class XUnitToolInfo

java.lang.Object
org.jenkinsci.plugins.xunit.service.XUnitToolInfo
All Implemented Interfaces:
Serializable

public class XUnitToolInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • XUnitToolInfo

      public XUnitToolInfo(org.jenkinsci.lib.dtkit.model.InputMetric inputMetric, String pattern, Boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError, long buildTime, long testTimeMargin, long sleepTime, String xslContent)
    • XUnitToolInfo

      public XUnitToolInfo(org.jenkinsci.lib.dtkit.model.InputMetric inputMetric, String pattern, Boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError, boolean followSymlink, long buildTime, long testTimeMargin, long sleepTime, String xslContent)
  • Method Details

    • getSleepTime

      public long getSleepTime()
    • getXSLFile

      public String getXSLFile()
    • getInputMetric

      public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric()
    • getPattern

      public String getPattern()
    • getBuildTime

      public long getBuildTime()
    • isSkipNoTestFiles

      public boolean isSkipNoTestFiles()
    • isFailIfNotNew

      public boolean isFailIfNotNew()
    • isDeleteOutputFiles

      public boolean isDeleteOutputFiles()
    • isStopProcessingIfError

      public boolean isStopProcessingIfError()
    • getTestTimeMargin

      public long getTestTimeMargin()
    • isFollowSymlink

      public boolean isFollowSymlink()
    • setFollowSymlink

      public void setFollowSymlink(boolean followSymlink)
    • getExcludesPattern

      public String getExcludesPattern()
    • setExcludesPattern

      public void setExcludesPattern(String excludesPattern)