Uses of Enum Class
io.jenkins.plugins.explain_error.UsageEvent.Result
Packages that use UsageEvent.Result
-
Uses of UsageEvent.Result in io.jenkins.plugins.explain_error
Methods in io.jenkins.plugins.explain_error that return UsageEvent.ResultModifier and TypeMethodDescriptionUsageEvent.result()Returns the value of theresultrecord component.static UsageEvent.ResultReturns the enum constant of this class with the specified name.static UsageEvent.Result[]UsageEvent.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.explain_error with parameters of type UsageEvent.ResultModifierConstructorDescriptionUsageEvent(long timestampMillis, UsageEvent.EntryPoint entryPoint, UsageEvent.Result result, String providerName, String model, long durationMillis, int inputLogLineCount, boolean downstreamLogsCollected) Creates an instance of aUsageEventrecord class.