Package | Description |
---|---|
com.cloudbees.hudson.plugins.folder.relocate |
Modifier and Type | Class and Description |
---|---|
class |
StandardHandler
Handler which can move items which are both
AbstractItem and TopLevelItem into a DirectlyModifiableTopLevelItemGroup . |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
StandardHandler.handle(hudson.model.Item item,
hudson.model.ItemGroup<?> destination,
AtomicReference<hudson.model.Item> newItem,
List<? extends RelocationHandler> chain) |
abstract org.kohsuke.stapler.HttpResponse |
RelocationHandler.handle(hudson.model.Item item,
hudson.model.ItemGroup<?> destination,
AtomicReference<hudson.model.Item> newItem,
List<? extends RelocationHandler> chain)
Possibly handles redirecting an item.
|
Copyright © 2016–2017. All rights reserved.