Uses of Interface
org.kohsuke.stapler.Ancestor
Packages that use Ancestor
-
Uses of Ancestor in org.kohsuke.stapler
Methods in org.kohsuke.stapler that return AncestorModifier and TypeMethodDescriptionRequestImpl.findAncestor
(Class type) RequestImpl.findAncestor
(Object anc) StaplerRequest.findAncestor
(Class type) Deprecated.Finds the nearest ancestor that has the object of the given type, or null if not found.StaplerRequest.findAncestor
(Object o) Deprecated.Finds the nearest ancestor whosegetObject()
matches the given object.StaplerRequest.StaplerRequest2WrapperImpl.findAncestor
(Class type) StaplerRequest.StaplerRequest2WrapperImpl.findAncestor
(Object o) StaplerRequest.StaplerRequestWrapperImpl.findAncestor
(Class type) StaplerRequest.StaplerRequestWrapperImpl.findAncestor
(Object o) StaplerRequest2.findAncestor
(Class type) Finds the nearest ancestor that has the object of the given type, or null if not found.StaplerRequest2.findAncestor
(Object o) Finds the nearest ancestor whosegetObject()
matches the given object.Ancestor.getNext()
Gets the next ancestor, or null if none (meaning this is the 'it' object.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 AncestorModifier and TypeMethodDescriptionRequestImpl.getAncestors()
StaplerRequest.getAncestors()
Deprecated.Returns a list of ancestor objects that lead to the "it" object.StaplerRequest.StaplerRequest2WrapperImpl.getAncestors()
StaplerRequest.StaplerRequestWrapperImpl.getAncestors()
StaplerRequest2.getAncestors()
Returns a list of ancestor objects that lead to the "it" object.