Uses of Class
jenkins.model.lazy.AbstractLazyLoadRunMap.Direction
-
Packages that use AbstractLazyLoadRunMap.Direction Package Description jenkins.model.lazy -
-
Uses of AbstractLazyLoadRunMap.Direction in jenkins.model.lazy
Methods in jenkins.model.lazy that return AbstractLazyLoadRunMap.Direction Modifier and Type Method Description static AbstractLazyLoadRunMap.Direction
AbstractLazyLoadRunMap.Direction. valueOf(String name)
Returns 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.Direction Modifier and Type Method Description R
AbstractLazyLoadRunMap. search(int n, AbstractLazyLoadRunMap.Direction d)
Finds the build #M where M is nearby the given 'n'.
-