Uses of Class
com.heroku.api.Release

Packages that use Release
com.heroku.api   
com.heroku.api.request.releases   
 

Uses of Release in com.heroku.api
 

Methods in com.heroku.api that return Release
 Release HerokuAPI.getReleaseInfo(String appName, String releaseName)
          Information about a specific release.
 

Methods in com.heroku.api that return types with arguments of type Release
 List<Release> HerokuAPI.listReleases(String appName)
          List of releases for an app.
 

Uses of Release in com.heroku.api.request.releases
 

Methods in com.heroku.api.request.releases that return Release
 Release ReleaseInfo.getResponse(byte[] bytes, int status)
           
 

Methods in com.heroku.api.request.releases that return types with arguments of type Release
 List<Release> ListReleases.getResponse(byte[] bytes, int status)
           
 



Copyright © 2012. All Rights Reserved.