Class XUnitToolInfo
java.lang.Object
org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionXUnitToolInfo
(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) 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) -
Method Summary
Modifier and TypeMethodDescriptionlong
org.jenkinsci.lib.dtkit.model.InputMetric
long
long
boolean
boolean
boolean
boolean
boolean
void
setExcludesPattern
(String excludesPattern) void
setFollowSymlink
(boolean followSymlink)
-
Constructor Details
-
XUnitToolInfo
-
XUnitToolInfo
-
-
Method Details
-
getSleepTime
public long getSleepTime() -
getXSLFile
-
getInputMetric
public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric() -
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
-
setExcludesPattern
-