Uses of Enum Class
hudson.plugins.performance.parsers.WrkSummarizerParser.TimeUnit
Packages that use WrkSummarizerParser.TimeUnit
-
Uses of WrkSummarizerParser.TimeUnit in hudson.plugins.performance.parsers
Methods in hudson.plugins.performance.parsers that return WrkSummarizerParser.TimeUnitModifier and TypeMethodDescriptionstatic WrkSummarizerParser.TimeUnitReturns the enum constant of this class with the specified name.static WrkSummarizerParser.TimeUnit[]WrkSummarizerParser.TimeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.plugins.performance.parsers with parameters of type WrkSummarizerParser.TimeUnitModifier and TypeMethodDescriptionlongWrkSummarizerParser.getTime(String timeString, WrkSummarizerParser.TimeUnit tu) Given a time string (eg: 0ms, 1m, 2s, 3h, etc.) parse and yield the time in a specified time unit (millisecond, second, minute, hour)