Uses of Enum Class
hudson.tasks.junit.StdioRetention
Packages that use StdioRetention
-
Uses of StdioRetention in hudson.tasks.junit
Fields in hudson.tasks.junit declared as StdioRetentionMethods in hudson.tasks.junit that return StdioRetentionModifier and TypeMethodDescriptionstatic StdioRetention
StdioRetention.fromKeepLongStdio
(boolean value) default StdioRetention
JUnitTask.getParsedStdioRetention()
static StdioRetention
static StdioRetention
Returns the enum constant of this class with the specified name.static StdioRetention[]
StdioRetention.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in hudson.tasks.junit with parameters of type StdioRetentionModifierConstructorDescriptionJUnitParser
(StdioRetention stdioRetention, boolean keepProperties, boolean allowEmptyResults, boolean skipOldReports) Deprecated.JUnitParser
(StdioRetention stdioRetention, boolean keepProperties, boolean allowEmptyResults, boolean skipOldReports, boolean keepTestNames) TestResult
(long filesTimestamp, org.apache.tools.ant.DirectoryScanner results, StdioRetention stdioRetention, boolean keepProperties, boolean keepTestNames, PipelineTestDetails pipelineTestDetails, boolean skipOldReports) Collect reports from the givenDirectoryScanner
, while filtering out all files that were created before the given time.