Uses of Class
hudson.plugins.project_inheritance.projects.references.SimpleProjectReference
-
Packages that use SimpleProjectReference Package Description hudson.plugins.project_inheritance.projects.references -
-
Uses of SimpleProjectReference in hudson.plugins.project_inheritance.projects.references
Subclasses of SimpleProjectReference in hudson.plugins.project_inheritance.projects.references Modifier and Type Class Description class
ParameterizedProjectReference
This class extendsSimpleParameterizedProjectReference
to add a variance to the reference, in case the same project needs to be referred to multiple times.class
ProjectReference
class
SimpleParameterizedProjectReference
This class is an implementation ofAbstractProjectReference
with with the added option of specifying addition parameters to be passed to the referenced Project.
-