Deploys WAR to local container.
Type | Name and description |
---|---|
java.util.List<ConfigFile> |
configFiles The list of configuration files. |
java.io.File |
configHomeDir The Cargo configuration home directory. |
java.lang.String |
configType The Cargo configuration type. |
org.gradle.api.file.FileCollection |
extraClasspath Additional libraries added to the container's classpath. |
java.util.List<BinFile> |
files The list of binary files. |
java.io.File |
homeDir The container's installation home directory. |
java.lang.String |
jvmArgs JVM args to be used when starting/stopping containers. |
java.io.File |
logFile The path to a file where Cargo logs are saved. |
java.lang.String |
logLevel Level representing the quantity of information we wish to log. |
java.io.File |
outputFile The path to a file where container logs are saved. |
java.lang.Integer |
rmiPort The port to use when communicating with this server. |
org.gradle.api.file.FileCollection |
sharedClasspath Additional libraries for your application's classpath that are not exposed to the container. |
java.lang.Integer |
startStopTimeout Timeout after which the container start/stop is deemed failed. |
java.util.Map<java.lang.String, java.lang.Object> |
systemProperties The system properties passed-on the container. |
ZipUrlInstaller |
zipUrlInstaller Configurable ZIP URL installer instance for automatically downloading a container. |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.util.Map<java.lang.String, java.lang.String> |
getConfigurationAttributes() |
|
protected java.lang.String |
getHomeDirPath() |
|
void |
runAction() |
|
void |
setSystemProperties() |
|
void |
validateConfiguration() |
Methods inherited from class | Name |
---|---|
class AbstractCargoContainerTask |
runAction, setContainerSpecificProperties, start, validateConfiguration |
The list of configuration files.
The Cargo configuration home directory.
The Cargo configuration type.
Additional libraries added to the container's classpath.
The list of binary files.
The container's installation home directory.
JVM args to be used when starting/stopping containers.
The path to a file where Cargo logs are saved.
Level representing the quantity of information we wish to log.
The path to a file where container logs are saved.
The port to use when communicating with this server.
Additional libraries for your application's classpath that are not exposed to the container.
Timeout after which the container start/stop is deemed failed.
The system properties passed-on the container.
Configurable ZIP URL installer instance for automatically downloading a container.