| Package | Description |
|---|---|
| com.heroku.api | |
| com.heroku.api.request.slugs |
| Modifier and Type | Method and Description |
|---|---|
Slug |
HerokuAPI.createSlug(String appName,
Map<String,String> processTypes)
Gets the slug info for an existing slug
|
Slug |
Release.getSlug() |
Slug |
HerokuAPI.getSlugInfo(String appName,
String slugId)
Gets the slug info for an existing slug
|
| Modifier and Type | Method and Description |
|---|---|
void |
Release.setSlug(Slug slug) |
| Modifier and Type | Method and Description |
|---|---|
Slug |
SlugInfo.getResponse(byte[] bytes,
int status,
Map<String,String> responseHeaders) |
Slug |
SlugCreate.getResponse(byte[] in,
int code,
Map<String,String> responseHeaders) |
Copyright © 2018. All rights reserved.