public interface TargetPlatform extends Target, Comparable<TargetPlatform>
| Modifier and Type | Method and Description | 
|---|---|
List<TargetPackage> | 
getAvailablePackages()
Return the list of packages available on this target platform. 
 | 
List<String> | 
getAvailablePackagesIds()
Return the list of ids of packages available on this target platform. 
 | 
TargetPlatform | 
getParent()
Returns this target platform parent or null if there is no inheritance. 
 | 
List<String> | 
getTestVersions()
Returns the list of test versions, useful for testing of multiple branches (main target platform branch or
 release, maintenance branch, etc...). 
 | 
isAfterVersion, isAfterVersion, isStrictlyBeforeVersion, isStrictlyBeforeVersion, isVersion, isVersiongetDescription, getDownloadLink, getEndOfAvailability, getId, getLabel, getName, getRefVersion, getReleaseDate, getStatus, getTypes, getVersion, isDefault, isDeprecated, isEnabled, isFastTrack, isOverridden, isRestricted, isTrial, matchesTypecompareToList<String> getAvailablePackagesIds()
List<TargetPackage> getAvailablePackages()
TargetPlatform getParent()
List<String> getTestVersions()
Copyright © 2019 Nuxeo. All rights reserved.