Class ProjectReference
- java.lang.Object
-
- hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
-
- hudson.plugins.project_inheritance.projects.references.SimpleProjectReference
-
- hudson.plugins.project_inheritance.projects.references.ProjectReference
-
- All Implemented Interfaces:
Describable<AbstractProjectReference>
public class ProjectReference extends SimpleProjectReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectReference.OrderedProjectReferenceDescriptor
static class
ProjectReference.PrioComparator
static class
ProjectReference.PrioMap
-
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 ProjectReference.PrioMap
prioMap
-
Fields inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
name
-
-
Constructor Summary
Constructors Constructor Description ProjectReference(String targetJob, int priority)
Usability constructor, in case all priorities are identicalProjectReference(String targetJob, int parameterPriority, int buildWrapperPriority, int builderPriority, int publisherPriority, int miscPriority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBuilderPriority()
int
getBuildWrapperPriority()
int
getMiscPriority()
int
getParameterPriority()
int
getPublisherPriority()
-
Methods inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
all, all, all, getDescriptor, getDescriptor, getName, getProject, onJenkinsStop, switchProject, switchProject, toString
-
-
-
-
Field Detail
-
prioMap
public final ProjectReference.PrioMap prioMap
-
-
Constructor Detail
-
ProjectReference
@DataBoundConstructor public ProjectReference(String targetJob, int parameterPriority, int buildWrapperPriority, int builderPriority, int publisherPriority, int miscPriority)
-
ProjectReference
public ProjectReference(String targetJob, int priority)
Usability constructor, in case all priorities are identical- Parameters:
targetJob
- the job this reference points topriority
- the default priority for inheritance of all properties
-
-