Uses of Class
hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
-
Packages that use InheritanceProject.InheritedVersionInfo Package Description hudson.plugins.project_inheritance.projects -
-
Uses of InheritanceProject.InheritedVersionInfo in hudson.plugins.project_inheritance.projects
Methods in hudson.plugins.project_inheritance.projects that return InheritanceProject.InheritedVersionInfo Modifier and Type Method Description static InheritanceProject.InheritedVersionInfo
InheritanceProject.InheritedVersionInfo. getVersionFrom(InheritanceProject p, Map<String,Long> predefs)
Methods in hudson.plugins.project_inheritance.projects that return types with arguments of type InheritanceProject.InheritedVersionInfo Modifier and Type Method Description List<InheritanceProject.InheritedVersionInfo>
InheritanceProject. getAllInheritedVersionsList()
List<InheritanceProject.InheritedVersionInfo>
InheritanceProject. getAllInheritedVersionsList(InheritanceBuild build)
Returns the versions for all parent projects (including the current one) based on the information in the given build.static List<InheritanceProject.InheritedVersionInfo>
InheritanceProject. getAllInheritedVersionsList(InheritanceProject root, InheritanceBuild build)
Static part ofInheritanceProject.getAllInheritedVersionsList(InheritanceBuild)
.
-