Class ExtraConfiguration

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

public class ExtraConfiguration extends Object implements Serializable
Lists all advanced configuration for XUnit.

This class is used only by UI.

Author:
Gregory Boissinot, Nikolas Falco
See Also:
  • 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

      @Nullable public String getChecksName()