| Package | Description |
|---|---|
| com.heroku.api | |
| com.heroku.api.request.app |
| Modifier and Type | Method and Description |
|---|---|
App |
HerokuAPI.createApp()
Create a new app on the {Heroku.Stack.Cedar14} stack.
|
App |
HerokuAPI.createApp(App app)
Create a new app using
App to specify parameters. |
App |
Dyno.getApp() |
App |
Formation.getApp() |
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 |
|---|---|
Range<App> |
HerokuAPI.listApps()
List all apps for the current user's account.
|
Range<App> |
HerokuAPI.listApps(String range)
List all apps for the current user's account.
|
| Modifier and Type | Method and Description |
|---|---|
App |
HerokuAPI.createApp(App app)
Create a new app using
App to specify parameters. |
void |
Dyno.setApp(App app) |
void |
Formation.setApp(App app) |
| Modifier and Type | Method and Description |
|---|---|
App |
AppRename.getResponse(byte[] bytes,
int status,
Map<String,String> responseHeaders) |
App |
AppUpdate.getResponse(byte[] in,
int code,
Map<String,String> responseHeaders) |
App |
AppInfo.getResponse(byte[] data,
int code,
Map<String,String> responseHeaders) |
App |
AppCreate.getResponse(byte[] in,
int code,
Map<String,String> responseHeaders) |
| Modifier and Type | Method and Description |
|---|---|
Range<App> |
AppList.getResponse(byte[] in,
int code,
Map<String,String> responseHeaders) |
| Constructor and Description |
|---|
AppCreate(App app) |
Copyright © 2018. All rights reserved.