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, isVersion
getDescription, getDownloadLink, getEndOfAvailability, getId, getLabel, getName, getRefVersion, getReleaseDate, getStatus, getTypes, getVersion, isDefault, isDeprecated, isEnabled, isFastTrack, isOverridden, isRestricted, isTrial, matchesType
compareTo
List<String> getAvailablePackagesIds()
List<TargetPackage> getAvailablePackages()
TargetPlatform getParent()
List<String> getTestVersions()
Copyright © 2018 Nuxeo. All rights reserved.