Class ParameterizedProjectReference
- java.lang.Object
 - 
- hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 - 
- hudson.plugins.project_inheritance.projects.references.SimpleProjectReference
 - 
- hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference
 - 
- hudson.plugins.project_inheritance.projects.references.ParameterizedProjectReference
 
 
 
 
 
- 
- All Implemented Interfaces:
 Describable<AbstractProjectReference>
public class ParameterizedProjectReference extends SimpleParameterizedProjectReference
This class extendsSimpleParameterizedProjectReferenceto add a variance to the reference, in case the same project needs to be referred to multiple times.- Author:
 - Martin Schroeder
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParameterizedProjectReference.ParameterizedReferenceDescriptor- 
Nested classes/interfaces inherited from class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference
SimpleParameterizedProjectReference.SimpleParameterizedReferenceDescriptor 
- 
Nested classes/interfaces inherited from class hudson.plugins.project_inheritance.projects.references.SimpleProjectReference
SimpleProjectReference.SimpleProjectReferenceDescriptor 
- 
Nested classes/interfaces inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
AbstractProjectReference.ProjectReferenceDescriptor 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description protected Stringvariance- 
Fields inherited from class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference
parameters 
- 
Fields inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
name 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ParameterizedProjectReference(String targetJob, String variance, List<ParameterDefinition> parameters) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVariance()- 
Methods inherited from class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference
getParameters 
- 
Methods inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
all, all, all, getDescriptor, getDescriptor, getName, getProject, onJenkinsStop, switchProject, switchProject, toString 
 - 
 
 -