Class InheritanceProject.InheritedVersionInfo
- java.lang.Object
 - 
- hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
 
 
- 
- Enclosing class:
 - InheritanceProject
 
public static class InheritanceProject.InheritedVersionInfo extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description StringdescriptionInheritanceProjectprojectLongversionList<Long>versions 
- 
Constructor Summary
Constructors Constructor Description InheritedVersionInfo(InheritanceProject project, Long version, List<Long> versions, String description) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InheritanceProject.InheritedVersionInfogetVersionFrom(InheritanceProject p, Map<String,Long> predefs)List<Long>getVersions()StringtoString() 
 - 
 
- 
- 
Field Detail
- 
project
public final InheritanceProject project
 
- 
version
public final Long version
 
- 
description
public final String description
 
 - 
 
- 
Constructor Detail
- 
InheritedVersionInfo
public InheritedVersionInfo(InheritanceProject project, Long version, List<Long> versions, String description)
 
 - 
 
- 
Method Detail
- 
getVersionFrom
public static InheritanceProject.InheritedVersionInfo getVersionFrom(InheritanceProject p, Map<String,Long> predefs)
 
 - 
 
 -