Uses of Interface
org.kohsuke.stapler.Ancestor

Packages that use Ancestor
org.kohsuke.stapler   
 

Uses of Ancestor in org.kohsuke.stapler
 

Methods in org.kohsuke.stapler that return Ancestor
 Ancestor StaplerRequest.findAncestor(java.lang.Class type)
          Finds the nearest ancestor that has the object of the given type, or null if not found.
 Ancestor Ancestor.getNext()
          Gets the next ancestor, or null if none (meaning this is the 'it' object.
 Ancestor Ancestor.getPrev()
          Gets the previous ancestor, or null if none (meaning this is the root object.)
 

Methods in org.kohsuke.stapler that return types with arguments of type Ancestor
 java.util.List<Ancestor> StaplerRequest.getAncestors()
          Returns a list of ancestor objects that lead to the "it" object.
 



Copyright © 2008. All Rights Reserved.