Uses of Class
com.cloudbees.hudson.plugins.folder.relocate.RelocationHandler
-
Packages that use RelocationHandler Package Description com.cloudbees.hudson.plugins.folder.relocate -
-
Uses of RelocationHandler in com.cloudbees.hudson.plugins.folder.relocate
Subclasses of RelocationHandler in com.cloudbees.hudson.plugins.folder.relocate Modifier and Type Class Description classStandardHandlerHandler which can move items which are bothAbstractItemandTopLevelIteminto aDirectlyModifiableTopLevelItemGroup.Method parameters in com.cloudbees.hudson.plugins.folder.relocate with type arguments of type RelocationHandler Modifier and Type Method Description abstract org.kohsuke.stapler.HttpResponseRelocationHandler. handle(Item item, ItemGroup<?> destination, AtomicReference<Item> newItem, List<? extends RelocationHandler> chain)Possibly handles redirecting an item.org.kohsuke.stapler.HttpResponseStandardHandler. handle(Item item, ItemGroup<?> destination, AtomicReference<Item> newItem, List<? extends RelocationHandler> chain)
-