| Package | Description |
|---|---|
| com.heroku.sdk.deploy.lib.deploymemt | |
| com.heroku.sdk.deploy.lib.running | |
| com.heroku.sdk.deploy.lib.sourceblob |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Deployer.deploy(String apiKey,
String clientName,
String clientVersion,
DeploymentDescriptor deploymentDescriptor,
OutputAdapter outputAdapter) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RunWebApp.run(Path warFile,
List<String> javaOptions,
List<String> webappRunnerOptions,
String webappRunnerVersion,
OutputAdapter outputAdapter) |
| 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.
|
static Path |
SourceBlobPackager.pack(SourceBlobDescriptor sourceBlobDescriptor,
OutputAdapter outputAdapter) |
Copyright © 2020. All rights reserved.