Uses of Enum Class
hudson.plugins.performance.parsers.WrkSummarizerParser.TimeUnit
-
Uses of WrkSummarizerParser.TimeUnit in hudson.plugins.performance.parsers
Modifier and TypeMethodDescriptionstatic WrkSummarizerParser.TimeUnit
Returns 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.Modifier and TypeMethodDescriptionlong
WrkSummarizerParser.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)