| Package | Description |
|---|---|
| com.heroku.api | |
| com.heroku.api.request | |
| com.heroku.api.request.stack |
| Modifier and Type | Method and Description |
|---|---|
static Heroku.Stack |
Heroku.Stack.fromString(String stackName) |
Heroku.Stack |
StackInfo.getStack() |
Heroku.Stack |
App.getStack() |
static Heroku.Stack |
Heroku.Stack.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heroku.Stack[] |
Heroku.Stack.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
HerokuAPI.migrateStack(String appName,
Heroku.Stack migrateTo)
Migrates an app from its current stack to the specified stack.
|
App |
App.on(Heroku.Stack stack)
Builder method for specifying the stack an app should be created on.
|
| Modifier and Type | Method and Description |
|---|---|
RequestConfig |
RequestConfig.onStack(Heroku.Stack stack)
Sets the
Heroku.RequestKey.Stack parameter. |
| Constructor and Description |
|---|
StackMigrate(String appName,
Heroku.Stack stack) |
Copyright © 2014. All Rights Reserved.