public class ClassPathDeployment extends Object implements Deployment
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassPathDeployment.Type |
| Modifier and Type | Field and Description |
|---|---|
static String |
CLI_KEYS |
static String |
OUTPUT_FILE_PROP |
static String |
TYPE_PROP |
| Constructor and Description |
|---|
ClassPathDeployment() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asProperties() |
void |
fromProperties(Map<String,String> props) |
List<String> |
gradleImports() |
List<GradlePlugin> |
gradlePlugins() |
List<String> |
gradleTaskNames() |
String |
outputString()
Summary output string after the build completes
i.e., info about the output after the build has completed
|
List<String> |
propertyNames() |
DeploymentValidation |
validate()
Validate the deployment configuration before the deployment build is attempted
Used to detect obvious problems such as "output location is not set" etc
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultVersionpublic static final String OUTPUT_FILE_PROP
public static final String TYPE_PROP
public static final String CLI_KEYS
public List<String> propertyNames()
propertyNames in interface Deploymentpublic Map<String,String> asProperties()
asProperties in interface Deploymentpublic void fromProperties(Map<String,String> props)
fromProperties in interface Deploymentpublic DeploymentValidation validate()
Deploymentvalidate in interface Deploymentpublic String outputString()
DeploymentoutputString in interface Deploymentpublic List<String> gradleImports()
gradleImports in interface Deploymentpublic List<GradlePlugin> gradlePlugins()
gradlePlugins in interface Deploymentpublic List<String> gradleTaskNames()
gradleTaskNames in interface DeploymentCopyright © 2021. All rights reserved.