Uses of Class
hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator.SELECTOR
-
-
Uses of ProjectReference.PrioComparator.SELECTOR in hudson.plugins.project_inheritance.projects
Methods in hudson.plugins.project_inheritance.projects with parameters of type ProjectReference.PrioComparator.SELECTOR Modifier and Type Method Description List<AbstractProjectReference>
InheritanceProject. getAllParentReferences(ProjectReference.PrioComparator.SELECTOR sortKey)
This method returns a list of all parent references.List<AbstractProjectReference>
InheritanceProject. getAllParentReferences(ProjectReference.PrioComparator.SELECTOR sortKey, boolean addSelf)
Wrapper forInheritanceProject.getAllParentReferences(ProjectReference.PrioComparator.SELECTOR)
, but will add a reference to this project too, if needed.List<AbstractProjectReference>
InheritanceProject. getCompatibleProjects(ProjectReference.PrioComparator.SELECTOR sortKey)
List<AbstractProjectReference>
InheritanceProject. getParentReferences(ProjectReference.PrioComparator.SELECTOR sortKey)
-
Uses of ProjectReference.PrioComparator.SELECTOR in hudson.plugins.project_inheritance.projects.inheritance
Fields in hudson.plugins.project_inheritance.projects.inheritance declared as ProjectReference.PrioComparator.SELECTOR Modifier and Type Field Description ProjectReference.PrioComparator.SELECTOR
InheritanceGovernor. orderMode
Methods in hudson.plugins.project_inheritance.projects.inheritance with parameters of type ProjectReference.PrioComparator.SELECTOR Modifier and Type Method Description static List<InheritanceProject>
InheritanceGovernor. getFullScopeOrdered(InheritanceProject root, ProjectReference.PrioComparator.SELECTOR order, Set<String> seen)
Returns the list of parents of a given job (including the given root), ordered according to the given selector.Constructors in hudson.plugins.project_inheritance.projects.inheritance with parameters of type ProjectReference.PrioComparator.SELECTOR Constructor Description InheritanceGovernor(String field, ProjectReference.PrioComparator.SELECTOR order, InheritanceProject caller)
-
Uses of ProjectReference.PrioComparator.SELECTOR in hudson.plugins.project_inheritance.projects.references
Methods in hudson.plugins.project_inheritance.projects.references that return ProjectReference.PrioComparator.SELECTOR Modifier and Type Method Description static ProjectReference.PrioComparator.SELECTOR
ProjectReference.PrioComparator.SELECTOR. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProjectReference.PrioComparator.SELECTOR[]
ProjectReference.PrioComparator.SELECTOR. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in hudson.plugins.project_inheritance.projects.references with parameters of type ProjectReference.PrioComparator.SELECTOR Modifier and Type Method Description static int
ProjectReference.PrioComparator. getPriorityFor(AbstractProjectReference ref, ProjectReference.PrioComparator.SELECTOR sel)
static List<AbstractProjectReference>
ProjectReference.PrioComparator. getSortedCopy(List<AbstractProjectReference> in, ProjectReference.PrioComparator.SELECTOR sel)
Constructors in hudson.plugins.project_inheritance.projects.references with parameters of type ProjectReference.PrioComparator.SELECTOR Constructor Description PrioComparator(ProjectReference.PrioComparator.SELECTOR sel)
-