| Package | Description |
|---|---|
| com.heroku.api | |
| com.heroku.api.request.app |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<App> |
HerokuAPI.listApps()
List all apps for the current user's account.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
App |
AppInfo.getResponse(byte[] data,
int code) |
App |
AppCreate.getResponse(byte[] in,
int code) |
App |
AppRename.getResponse(byte[] bytes,
int status) |
App |
AppClone.getResponse(byte[] in,
int status) |
| Modifier and Type | Method and Description |
|---|---|
List<App> |
AppList.getResponse(byte[] in,
int code) |
| Constructor and Description |
|---|
AppClone(String templateAppName,
App targetApp) |
AppCreate(App app) |
Copyright © 2014. All Rights Reserved.