Uses of Interface
hudson.util.Function1
-
Packages that use Function1 Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of Function1 in hudson.model
Fields in hudson.model declared as Function1 Modifier and Type Field Description static Function1<String,Item>
ItemGroupMixIn. KEYED_BY_NAME
Item
→ name function.Methods in hudson.model with parameters of type Function1 Modifier and Type Method Description static <K,V extends Item>
Map<K,V>ItemGroupMixIn. loadChildren(ItemGroup parent, File modulesDir, Function1<? extends K,? super V> key)
Loads all the childItem
s.
-