Uses of Enum Class
io.jenkins.plugins.pipelineoverview.stats.JsonPointerExtractor.Mode
Packages that use JsonPointerExtractor.Mode
-
Uses of JsonPointerExtractor.Mode in io.jenkins.plugins.pipelineoverview.stats
Methods in io.jenkins.plugins.pipelineoverview.stats that return JsonPointerExtractor.ModeModifier and TypeMethodDescriptionHttpJsonStatSource.getMode()static JsonPointerExtractor.ModeReturns the enum constant of this class with the specified name.static JsonPointerExtractor.Mode[]JsonPointerExtractor.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.pipelineoverview.stats with parameters of type JsonPointerExtractor.ModeModifier and TypeMethodDescriptionstatic StatValueJsonPointerExtractor.extract(String body, String pointer, JsonPointerExtractor.Mode mode, long fetchedAt) voidHttpJsonStatSource.setMode(JsonPointerExtractor.Mode mode)