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 ofAbstractProjectReference
with no new fields added. Its only use is to prevent having to useAbstractProjectReference
in an untyped "raw" manner.- Author:
- Martin Schroeder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SimpleProjectReference.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)
-
-