Uses of Interface
hudson.plugins.project_inheritance.projects.actions.service.InheritanceListService
-
Packages that use InheritanceListService Package Description hudson.plugins.project_inheritance.projects.actions hudson.plugins.project_inheritance.projects.actions.service -
-
Uses of InheritanceListService in hudson.plugins.project_inheritance.projects.actions
Constructors in hudson.plugins.project_inheritance.projects.actions with parameters of type InheritanceListService Constructor Description InheritanceListAction(InheritanceProject project, InheritanceListService service)
-
Uses of InheritanceListService in hudson.plugins.project_inheritance.projects.actions.service
Classes in hudson.plugins.project_inheritance.projects.actions.service that implement InheritanceListService Modifier and Type Class Description class
CachingInheritanceListService
Concrete implementation ofInheritanceListService
that obtains inheritance data from the job itself.
-