Uses of Enum Class
io.jenkins.plugins.explain_error.UsageEvent.EntryPoint
Packages that use UsageEvent.EntryPoint
-
Uses of UsageEvent.EntryPoint in io.jenkins.plugins.explain_error
Methods in io.jenkins.plugins.explain_error that return UsageEvent.EntryPointModifier and TypeMethodDescriptionUsageEvent.entryPoint()Returns the value of theentryPointrecord component.static UsageEvent.EntryPointReturns the enum constant of this class with the specified name.static UsageEvent.EntryPoint[]UsageEvent.EntryPoint.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.EntryPointModifierConstructorDescriptionUsageEvent(long timestampMillis, UsageEvent.EntryPoint entryPoint, UsageEvent.Result result, String providerName, String model, long durationMillis, int inputLogLineCount, boolean downstreamLogsCollected) Creates an instance of aUsageEventrecord class.