Uses of Class
hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
-
Packages that use InheritanceProject.DescriptorImpl Package Description hudson.plugins.project_inheritance.projects -
-
Uses of InheritanceProject.DescriptorImpl in hudson.plugins.project_inheritance.projects
Fields in hudson.plugins.project_inheritance.projects declared as InheritanceProject.DescriptorImpl Modifier and Type Field Description static InheritanceProject.DescriptorImpl
InheritanceProject. DESCRIPTOR
Methods in hudson.plugins.project_inheritance.projects that return InheritanceProject.DescriptorImpl Modifier and Type Method Description InheritanceProject.DescriptorImpl
InheritanceProject. getDescriptor()
Returns theDescriptor
for the parent object.
The returned object should be a class-singleton that can be used to create an instance of its parent class and thereafter display a configuration dialog.
As such, this class has the responsibility of creating a suitable instance, serving up the HTML/Jelly configuration fields, reading their values and modifying the created instance accordingly.
Do note that the configuration-dialog for the object is displayed after the instance was created.
-