Uses of Class
com.cloudbees.hudson.plugins.folder.relocate.RelocationHandler
-
Uses of RelocationHandler in com.cloudbees.hudson.plugins.folder.relocate
Modifier and TypeClassDescriptionfinal class
Handler which can move items which are bothAbstractItem
andTopLevelItem
into aDirectlyModifiableTopLevelItemGroup
.Modifier 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)