Class SimpleProjectReference
- java.lang.Object
 - 
- hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 - 
- hudson.plugins.project_inheritance.projects.references.SimpleProjectReference
 
 
 
- 
- All Implemented Interfaces:
 Describable<AbstractProjectReference>
- Direct Known Subclasses:
 ProjectReference,SimpleParameterizedProjectReference
public class SimpleProjectReference extends AbstractProjectReference
This class is an implementation ofAbstractProjectReferencewith no new fields added. Its only use is to prevent having to useAbstractProjectReferencein an untyped "raw" manner.- Author:
 - Martin Schroeder
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleProjectReference.SimpleProjectReferenceDescriptor- 
Nested classes/interfaces inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
AbstractProjectReference.ProjectReferenceDescriptor 
 - 
 
- 
Field Summary
- 
Fields inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
name 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SimpleProjectReference(String targetJob) 
- 
Method Summary
- 
Methods inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
all, all, all, getDescriptor, getDescriptor, getName, getProject, onJenkinsStop, switchProject, switchProject, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SimpleProjectReference
@DataBoundConstructor public SimpleProjectReference(String targetJob)
 
 - 
 
 -