Uses of Class
com.cloudbees.hudson.plugins.folder.relocate.RelocationHandler.HandlingMode
-
Packages that use RelocationHandler.HandlingMode Package Description com.cloudbees.hudson.plugins.folder.relocate -
-
Uses of RelocationHandler.HandlingMode in com.cloudbees.hudson.plugins.folder.relocate
Methods in com.cloudbees.hudson.plugins.folder.relocate that return RelocationHandler.HandlingMode Modifier and Type Method Description abstract RelocationHandler.HandlingModeRelocationHandler. applicability(Item item)Checks quickly whether this handler might be able to move a given item.RelocationHandler.HandlingModeStandardHandler. applicability(Item item)static RelocationHandler.HandlingModeRelocationHandler.HandlingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RelocationHandler.HandlingMode[]RelocationHandler.HandlingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-