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.cloneApp(String templateAppName)
          Clone an existing app that has previously been designated as a template into the authenticated user's account with a randomly generated name.
 App HerokuAPI.cloneApp(String templateAppName, App targetApp)
          Clone an existing app that has previously been designated as a template into the authenticated user's account with details specified in the target 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.cloneApp(String templateAppName, App targetApp)
          Clone an existing app that has previously been designated as a template into the authenticated user's account with details specified in the target 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 AppClone.getResponse(byte[] in, int status)
           
 App AppInfo.getResponse(byte[] data, int code)
           
 App AppRename.getResponse(byte[] bytes, int status)
           
 

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
AppClone(String templateAppName, App targetApp)
           
AppCreate(App app)
           
 



Copyright © 2012. All Rights Reserved.