public class Builds extends ApiEndpoint
| Constructor and Description |
|---|
Builds(String appName,
String stackName,
String commit,
String encodedApiKey,
List<String> buildpacks) |
| Modifier and Type | Method and Description |
|---|---|
Map |
build(RestClient.OutputLogger logger) |
Map |
createSource() |
Map |
getBuildInfo(String buildId) |
String |
getBuildpacksJson() |
Map |
pollForBuildInfo(String buildId) |
getBlobUrl, getCommit, getStackName, uploadpublic Map createSource() throws IOException
IOExceptionpublic Map build(RestClient.OutputLogger logger) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic Map pollForBuildInfo(String buildId) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic Map getBuildInfo(String buildId) throws IOException
IOExceptionpublic String getBuildpacksJson()
Copyright © 2017. All rights reserved.