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

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

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)
           
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
 App App.on(Heroku.Stack stack)
           
 

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)
           
 



Copyright © 2012. All Rights Reserved.