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) ReturnsFunctions that are annotated with the given annotation.ReturnsFunctions that have the given name.ReturnsFunctions that start with the given prefix.ReturnsFunctions that has the given type parametersFunctionList.signatureStartsWith(Class... args) ReturnsFunctions 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 TypeMethodDescriptionvoidDispatchersFilter.applyOn(MetaClass metaClass, FunctionList methods, List<Dispatcher> dispatcherList) FunctionList.union(FunctionList that) Compute set unions of two lists.