| Package | Description |
|---|---|
| com.heroku.sdk.deploy | |
| com.heroku.sdk.deploy.endpoints | |
| com.heroku.sdk.deploy.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
App |
class |
DeployJar
An easy way to deploy an executable Jar file
|
class |
DeployWar |
class |
WarApp |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
Deployer.logger |
| Constructor and Description |
|---|
BuildsDeployer(String notUsed,
String name,
File rootDir,
File targetDir,
List<String> buildpacks,
Logger logger) |
Deployer(String buildPackDesc,
String name,
File rootDir,
File targetDir,
Logger logger) |
SlugDeployer(String buildPackDesc,
String name,
File rootDir,
File targetDir,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiEndpoint.upload(File slugFile,
Logger listener) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestClient.put(String urlStr,
File file,
Logger uploadListener) |
Copyright © 2016. All rights reserved.