| Package | Description |
|---|---|
| com.heroku.sdk.deploy.lib.resolver | |
| com.heroku.sdk.deploy.lib.sourceblob | |
| com.heroku.sdk.deploy.util |
| Modifier and Type | Method and Description |
|---|---|
static Procfile |
ProcfileResolver.resolve(Path projectDirectory,
Supplier<Procfile> customResolver) |
| Modifier and Type | Method and Description |
|---|---|
static Procfile |
ProcfileResolver.resolve(Path projectDirectory,
Supplier<Procfile> customResolver) |
| Modifier and Type | Method and Description |
|---|---|
static SourceBlobDescriptor |
JvmProjectSourceBlobCreator.create(Path projectDirectory,
String clientString,
List<Path> includedProjectFiles,
Supplier<Procfile> customProcfileResolver,
Procfile defaultProcfile,
Supplier<Optional<String>> customJdkVersionResolver,
OutputAdapter outputAdapter)
Creates a SourceBlobDescriptor based on a given project directory and custom resolvers.
|
| Modifier and Type | Method and Description |
|---|---|
static SourceBlobDescriptor |
JvmProjectSourceBlobCreator.create(Path projectDirectory,
String clientString,
List<Path> includedProjectFiles,
Supplier<Procfile> customProcfileResolver,
Procfile defaultProcfile,
Supplier<Optional<String>> customJdkVersionResolver,
OutputAdapter outputAdapter)
Creates a SourceBlobDescriptor based on a given project directory and custom resolvers.
|
| Modifier and Type | Method and Description |
|---|---|
static Procfile |
Procfile.empty() |
static Procfile |
Procfile.fromFile(Path path)
Reads Profile from a file.
|
Procfile |
Procfile.merge(Procfile other) |
static Procfile |
Procfile.singleton(String processType,
String command) |
| Modifier and Type | Method and Description |
|---|---|
Procfile |
Procfile.merge(Procfile other) |
Copyright © 2020. All rights reserved.