| Package | Description |
|---|---|
| com.heroku.api |
| Modifier and Type | Method and Description |
|---|---|
static Heroku.Stack |
Heroku.Stack.fromString(String stackName) |
Heroku.Stack |
StackInfo.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 |
|---|---|
App |
App.on(Heroku.Stack stack)
Builder method for specifying the stack an app should be created on.
|
| Constructor and Description |
|---|
Stack(Heroku.Stack herokuStack) |
Copyright © 2018. All rights reserved.