We have a zero downtime restage capability that we have added to our apps which make use of the ApplicationManifest class. However, this fails for multiple buildpacks because no method exists to retrieve multiple buildpacks. Currently the only method in the classes below is the getBuidpack() which returns the first buildpack.
When will the classes be updated to get a List instead of a String ? Ist here any other Java class that I can use to get the list of buildpacks assocated wth an app deployment ?