Uses of Enum Class
io.jenkins.plugins.smartexecutorloadbalancer.FailureType
-
Uses of FailureType in io.jenkins.plugins.smartexecutorloadbalancer
Subclasses with type arguments of type FailureType in io.jenkins.plugins.smartexecutorloadbalancerModifier and TypeClassDescriptionenumClassifies why a build failed on a particular executor slot.Methods in io.jenkins.plugins.smartexecutorloadbalancer that return FailureTypeModifier and TypeMethodDescriptionstatic FailureTypeDetermine the failure type from the exception that terminated an executor slot.BuildRecord.getFailureType()static FailureTypeReturns the enum constant of this class with the specified name.static FailureType[]FailureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.smartexecutorloadbalancer with parameters of type FailureTypeModifierConstructorDescriptionBuildRecord(long timestamp, FailureType failureType, String reason, long durationMs, String stageName, double loadAtStart)