Uses of Class
com.heroku.api.Heroku.Stack

Packages that use Heroku.Stack
com.heroku.api   
com.heroku.api.request   
com.heroku.api.request.stack   
 

Uses of Heroku.Stack in com.heroku.api
 

Methods in com.heroku.api that return Heroku.Stack
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.
 

Methods in com.heroku.api with parameters of type Heroku.Stack
 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.
 

Uses of Heroku.Stack in com.heroku.api.request
 

Methods in com.heroku.api.request with parameters of type Heroku.Stack
 RequestConfig RequestConfig.onStack(Heroku.Stack stack)
          Sets the Heroku.RequestKey.Stack parameter.
 

Uses of Heroku.Stack in com.heroku.api.request.stack
 

Constructors in com.heroku.api.request.stack with parameters of type Heroku.Stack
StackMigrate(String appName, Heroku.Stack stack)
           
 



Copyright © 2012. All Rights Reserved.