Interface TargetPlatform

    • Method Detail

      • getAvailablePackagesIds

        List<String> getAvailablePackagesIds()
        Return the list of ids of packages available on this target platform.
      • getAvailablePackages

        List<TargetPackage> getAvailablePackages()
        Return the list of packages available on this target platform.
      • getParent

        TargetPlatform getParent()
        Returns this target platform parent or null if there is no inheritance.
      • getTestVersions

        List<String> getTestVersions()
        Returns the list of test versions, useful for testing of multiple branches (main target platform branch or release, maintenance branch, etc...).