| Package | Description |
|---|---|
| com.heroku.api | |
| com.heroku.api.request.formation |
| Modifier and Type | Method and Description |
|---|---|
Formation |
HerokuAPI.scale(String appName,
String processType,
int quantity)
Scales a process type
|
| Modifier and Type | Method and Description |
|---|---|
List<Formation> |
HerokuAPI.listFormation(String appName)
Lists the formation info for an app
|
| Modifier and Type | Method and Description |
|---|---|
Formation |
FormationUpdate.getResponse(byte[] bytes,
int status,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
List<Formation> |
FormationList.getResponse(byte[] bytes,
int status,
Map<String,String> responseHeaders) |
Copyright © 2018. All rights reserved.