Uses of Class
org.kohsuke.stapler.FunctionList
Packages that use FunctionList
-
Uses of FunctionList in org.kohsuke.stapler
Fields in org.kohsuke.stapler declared as FunctionListMethods in org.kohsuke.stapler that return FunctionListModifier and TypeMethodDescriptionFunctionList.annotated
(Class<? extends Annotation> ann) ReturnsFunction
s that are annotated with the given annotation.ReturnsFunction
s that have the given name.ReturnsFunction
s that start with the given prefix.ReturnsFunction
s that has the given type parametersFunctionList.signatureStartsWith
(Class... args) ReturnsFunction
s that has the parameters that start with given types (but can have additional parameters.)FunctionList.union
(FunctionList that) Compute set unions of two lists.FunctionList.webMethodsLegacy()
Methods in org.kohsuke.stapler with parameters of type FunctionListModifier and TypeMethodDescriptionvoid
DispatchersFilter.applyOn
(MetaClass metaClass, FunctionList methods, List<Dispatcher> dispatcherList) FunctionList.union
(FunctionList that) Compute set unions of two lists.