Package org.jenkinsci.plugins.xunit
Class ExtraConfiguration
java.lang.Object
org.jenkinsci.plugins.xunit.ExtraConfiguration
- All Implemented Interfaces:
Serializable
Lists all advanced configuration for XUnit.
This class is used only by UI.
- Author:
- Gregory Boissinot, Nikolas Falco
- See Also:
-
Constructor Summary
ConstructorDescriptionExtraConfiguration
(long testTimeMargin, boolean reduceLog, long sleepTime, boolean followSymlink, boolean skipPublishingChecks, String checksName) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
boolean
boolean
boolean
Should we skip publishing checks to the checks API plugin.
-
Constructor Details
-
ExtraConfiguration
public ExtraConfiguration(long testTimeMargin, boolean reduceLog, long sleepTime, boolean followSymlink, boolean skipPublishingChecks, @Nullable String checksName)
-
-
Method Details
-
getTestTimeMargin
public long getTestTimeMargin() -
getSleepTime
public long getSleepTime() -
isReduceLog
public boolean isReduceLog() -
isFollowSymlink
public boolean isFollowSymlink() -
isSkipPublishingChecks
public boolean isSkipPublishingChecks()Should we skip publishing checks to the checks API plugin.- Returns:
- if publishing checks should be skipped,
false
otherwise
-
getChecksName
-