Package org.kohsuke.stapler
Interface DispatchersFilter
public interface DispatchersFilter
Registered inside
WebApp.setDispatchersFilter(DispatchersFilter) and then used after the creation of
the dispatchers for a MetaClass in order to add / remove / edit the dispatchers that are created.-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyOn(MetaClass metaClass, FunctionList methods, List<Dispatcher> dispatcherList)
-
Method Details
-
applyOn
-