Uses of Class
com.heroku.api.App

Packages that use App
com.heroku.api   
com.heroku.api.request.app   
 

Uses of App in com.heroku.api
 

Methods in com.heroku.api that return App
 App HerokuAPI.createApp()
          Create a new app on the Heroku.Stack.Cedar stack.
 App HerokuAPI.createApp(App app)
          Create a new app using App to specify parameters.
 App HerokuAPI.getApp(String name)
          Get information about a specific app.
 App App.named(String name)
          Builder method for specifying the name of an app.
 App App.on(Heroku.Stack stack)
          Builder method for specifying the stack an app should be created on.
 

Methods in com.heroku.api that return types with arguments of type App
 List<App> HerokuAPI.listApps()
          List all apps for the current user's account.
 

Methods in com.heroku.api with parameters of type App
 App HerokuAPI.createApp(App app)
          Create a new app using App to specify parameters.
 

Uses of App in com.heroku.api.request.app
 

Methods in com.heroku.api.request.app that return App
 App AppCreate.getResponse(byte[] in, int code)
           
 App AppRename.getResponse(byte[] bytes, int status)
           
 App AppInfo.getResponse(byte[] data, int code)
           
 

Methods in com.heroku.api.request.app that return types with arguments of type App
 List<App> AppList.getResponse(byte[] in, int code)
           
 

Constructors in com.heroku.api.request.app with parameters of type App
AppCreate(App app)
           
 



Copyright © 2012. All Rights Reserved.