Uses of Class
hudson.plugins.project_inheritance.projects.InheritanceProject.IMode
-
Packages that use InheritanceProject.IMode Package Description hudson.plugins.project_inheritance.projects hudson.plugins.project_inheritance.projects.inheritance -
-
Uses of InheritanceProject.IMode in hudson.plugins.project_inheritance.projects
Methods in hudson.plugins.project_inheritance.projects that return InheritanceProject.IMode Modifier and Type Method Description static InheritanceProject.IModeInheritanceProject.IMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InheritanceProject.IMode[]InheritanceProject.IMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InheritanceProject.IMode in hudson.plugins.project_inheritance.projects.inheritance
Methods in hudson.plugins.project_inheritance.projects.inheritance with parameters of type InheritanceProject.IMode Modifier and Type Method Description TInheritanceGovernor. retrieveFullyDerivedField(InheritanceProject root, InheritanceProject.IMode mode)This method moves through as much of the inheritance tree as is necessary to retrieve the desired field as defined by this class.
-