Uses of Class
hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector.MODE
-
Packages that use InheritanceSelector.MODE Package Description hudson.plugins.project_inheritance.projects.inheritance -
-
Uses of InheritanceSelector.MODE in hudson.plugins.project_inheritance.projects.inheritance
Methods in hudson.plugins.project_inheritance.projects.inheritance that return InheritanceSelector.MODE Modifier and Type Method Description abstract InheritanceSelector.MODE
InheritanceSelector. getModeFor(Class<?> clazz)
This method decides which mode should be used for the given class, if your selector supports that type at all!InheritanceSelector.MODE
ParameterSelector. getModeFor(Class<?> clazz)
static InheritanceSelector.MODE
InheritanceSelector.MODE. valueOf(String name)
Returns the enum constant of this type with the specified name.static InheritanceSelector.MODE[]
InheritanceSelector.MODE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-