Uses of Enum
jenkins.model.lazy.AbstractLazyLoadRunMap.Direction
Packages that use AbstractLazyLoadRunMap.Direction
-
Uses of AbstractLazyLoadRunMap.Direction in jenkins.model.lazy
Methods in jenkins.model.lazy that return AbstractLazyLoadRunMap.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AbstractLazyLoadRunMap.Direction[]
AbstractLazyLoadRunMap.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jenkins.model.lazy with parameters of type AbstractLazyLoadRunMap.DirectionModifier and TypeMethodDescriptionAbstractLazyLoadRunMap.search
(int n, AbstractLazyLoadRunMap.Direction d) Finds the build #M where M is nearby the given 'n'.