Uses of Interface
org.kohsuke.stapler.Ancestor

Packages that use Ancestor
org.kohsuke.stapler Stapler URL->Object mapping framework. 
 

Uses of Ancestor in org.kohsuke.stapler
 

Methods in org.kohsuke.stapler that return Ancestor
 Ancestor RequestImpl.findAncestor(java.lang.Class type)
           
 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 RequestImpl.findAncestor(java.lang.Object anc)
           
 Ancestor StaplerRequest.findAncestor(java.lang.Object o)
          Finds the nearest ancestor whose getObject() matches the given object.
 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> RequestImpl.getAncestors()
           
 java.util.List<Ancestor> StaplerRequest.getAncestors()
          Returns a list of ancestor objects that lead to the "it" object.
 



Copyright © 2012. All Rights Reserved.