Uses of Class
hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship
-
Packages that use InheritanceProject.Relationship Package Description hudson.plugins.project_inheritance.projects -
-
Uses of InheritanceProject.Relationship in hudson.plugins.project_inheritance.projects
Methods in hudson.plugins.project_inheritance.projects that return types with arguments of type InheritanceProject.Relationship Modifier and Type Method Description Map<InheritanceProject,InheritanceProject.Relationship>
InheritanceProject. getRelationships()
Method parameters in hudson.plugins.project_inheritance.projects with type arguments of type InheritanceProject.Relationship Modifier and Type Method Description Collection<InheritanceProject>
InheritanceProject. getChildrenByBuildDate(Map<InheritanceProject,InheritanceProject.Relationship> relationships)
Returns the children in this relationship map ordered by last build start time, if a last build exists
-