public final class DeploymentDescriptor extends Object
| Constructor and Description |
|---|
DeploymentDescriptor(String appName,
List<String> buildpacks,
Map<String,String> configVars,
Path sourceBlobPath,
String version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
List<String> |
getBuildpacks() |
Map<String,String> |
getConfigVars() |
Path |
getSourceBlobPath() |
String |
getVersion() |
Copyright © 2020. All rights reserved.