public interface Deployment
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSPATH |
static String |
DEB |
static String |
DOCKER |
static String |
EXE |
static String |
JAR |
static String |
RPM |
static String |
TAR |
static String |
UBERJAR |
static String |
WAR |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asProperties() |
static String |
defaultVersion() |
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
|
static final String CLASSPATH
static final String JAR
static final String UBERJAR
static final String DOCKER
static final String EXE
static final String WAR
static final String RPM
static final String DEB
static final String TAR
DeploymentValidation validate()
String outputString()
List<GradlePlugin> gradlePlugins()
static String defaultVersion()
Copyright © 2021. All rights reserved.