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 classProjectReference.OrderedProjectReferenceDescriptorstatic classProjectReference.PrioComparatorstatic classProjectReference.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.PrioMapprioMap-
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 intgetBuilderPriority()intgetBuildWrapperPriority()intgetMiscPriority()intgetParameterPriority()intgetPublisherPriority()-
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
-
-