| Modifier and Type | Field and Description |
|---|---|
protected File |
jarFile |
protected String |
jarOpts |
| Constructor and Description |
|---|
DeployJar(String name,
File jarFile,
String jarOpts,
List<String> buildpacks) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
defaultProcTypes() |
void |
deploy(List<File> includedFiles,
Map<String,String> configVars,
String jdkVersion,
String stack,
String slugFileName) |
void |
deploy(List<File> includedFiles,
Map<String,String> configVars,
URL jdkUrl,
String stack,
String slugFileName) |
protected Map<String,String> |
getProcfile() |
void |
logInfo(String message) |
static void |
main(String[] args) |
createSlug, createSlug, createSlug, createTempDir, deploy, deploy, deploy, deploySlug, deploySlug, deploySlug, getAppDir, getName, getRootDir, getTargetDir, isUploadProgressEnabled, logDebug, logError, logUploadProgress, logWarn, prepare, relativize, releaseSlugpublic DeployJar(String name, File jarFile, String jarOpts, List<String> buildpacks) throws IOException
IOExceptionpublic void deploy(List<File> includedFiles, Map<String,String> configVars, String jdkVersion, String stack, String slugFileName) throws Exception
Exceptionpublic void deploy(List<File> includedFiles, Map<String,String> configVars, URL jdkUrl, String stack, String slugFileName) throws Exception
Exceptionpublic void logInfo(String message)
Copyright © 2017. All rights reserved.