public class BuildsDeployer extends Deployer
Deployer.CopyFileVisitorbuildPackDesc, encodedApiKey, logger, name, rootDir, targetDir| Constructor and Description |
|---|
BuildsDeployer(String notUsed,
String name,
File rootDir,
File targetDir,
List<String> buildpacks,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExtras(Map<String,String> processTypes) |
protected File |
buildSlugFile(String tarFilename) |
protected void |
deploySlug(String stack,
Map<String,String> processTypes,
File tarFile) |
protected void |
vendorJdk(String jdkVersion,
URL jdkUrl,
String stackName) |
copy, copyResourceFile, createAndReleaseSlug, deploy, getAppDir, getBuildPackDesc, getEncodedApiKey, getHerokuDir, getHerokuProperties, getJdkVersion, getName, getProcfile, getRootDir, getTargetDir, logDebug, logInfo, logWarn, mergeConfigVars, parseCommit, prepare, relativize, releaseSlug, setEncodedApiKey, uploadSlugprotected void addExtras(Map<String,String> processTypes) throws IOException
addExtras in class DeployerIOExceptionprotected void vendorJdk(String jdkVersion, URL jdkUrl, String stackName) throws IOException, InterruptedException, org.apache.commons.compress.archivers.ArchiveException
vendorJdk in class DeployerIOExceptionInterruptedExceptionorg.apache.commons.compress.archivers.ArchiveExceptionprotected File buildSlugFile(String tarFilename) throws InterruptedException, org.apache.commons.compress.archivers.ArchiveException, IOException
buildSlugFile in class DeployerInterruptedExceptionorg.apache.commons.compress.archivers.ArchiveExceptionIOExceptionprotected void deploySlug(String stack, Map<String,String> processTypes, File tarFile) throws IOException, org.apache.commons.compress.archivers.ArchiveException, InterruptedException
deploySlug in class DeployerIOExceptionorg.apache.commons.compress.archivers.ArchiveExceptionInterruptedExceptionCopyright © 2016. All rights reserved.