Uses of Interface
hudson.util.Function1

Packages that use Function1
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of Function1 in hudson.model
 

Fields in hudson.model declared as Function1
static Function1<String,Item> ItemGroupMixIn.KEYED_BY_NAME
          Item -> name function.
 

Methods in hudson.model with parameters of type Function1
static
<K,V extends Item>
Map<K,V>
ItemGroupMixIn.loadChildren(ItemGroup parent, File modulesDir, Function1<? extends K,? super V> key)
          Loads all the child Items.
 



Copyright © 2004-2013. All Rights Reserved.