Class SimpleParameterizedProjectReference
- java.lang.Object
 - 
- hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 - 
- hudson.plugins.project_inheritance.projects.references.SimpleProjectReference
 - 
- hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference
 
 
 
 
- 
- All Implemented Interfaces:
 Describable<AbstractProjectReference>
- Direct Known Subclasses:
 ParameterizedProjectReference
public class SimpleParameterizedProjectReference extends SimpleProjectReference
This class is an implementation ofAbstractProjectReferencewith with the added option of specifying addition parameters to be passed to the referenced Project.- Author:
 - Martin Schroeder
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleParameterizedProjectReference.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 List<ParameterDefinition>parametersprotected Stringvariance- 
Fields inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
name 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SimpleParameterizedProjectReference(String targetJob, List<ParameterDefinition> parameters) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterDefinition>getParameters()- 
Methods inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
all, all, all, getDescriptor, getDescriptor, getName, getProject, onJenkinsStop, switchProject, switchProject, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
parameters
protected List<ParameterDefinition> parameters
 
- 
variance
protected String variance
 
 - 
 
- 
Constructor Detail
- 
SimpleParameterizedProjectReference
@DataBoundConstructor public SimpleParameterizedProjectReference(String targetJob, List<ParameterDefinition> parameters)
 
 - 
 
- 
Method Detail
- 
getParameters
public List<ParameterDefinition> getParameters()
 
 - 
 
 -