Uses of Class
com.cloudbees.hudson.plugins.folder.relocate.RelocationHandler
Packages that use RelocationHandler
-
Uses of RelocationHandler in com.cloudbees.hudson.plugins.folder.relocate
Subclasses of RelocationHandler in com.cloudbees.hudson.plugins.folder.relocateModifier and TypeClassDescriptionfinal class
Handler which can move items which are bothAbstractItem
andTopLevelItem
into aDirectlyModifiableTopLevelItemGroup
.Method parameters in com.cloudbees.hudson.plugins.folder.relocate with type arguments of type RelocationHandlerModifier and TypeMethodDescriptionabstract org.kohsuke.stapler.HttpResponse
RelocationHandler.handle
(Item item, ItemGroup<?> destination, AtomicReference<Item> newItem, List<? extends RelocationHandler> chain) Possibly handles redirecting an item.org.kohsuke.stapler.HttpResponse
StandardHandler.handle
(Item item, ItemGroup<?> destination, AtomicReference<Item> newItem, List<? extends RelocationHandler> chain)