Deploys WAR to local container.
| Type | Name and description |
|---|---|
java.util.List<ConfigFile> |
configFilesThe list of configuration files. |
java.io.File |
configHomeDirThe Cargo configuration home directory. |
java.lang.String |
configTypeThe Cargo configuration type. |
org.gradle.api.file.FileCollection |
extraClasspathAdditional libraries added to the container's classpath. |
java.util.List<BinFile> |
filesThe list of binary files. |
java.io.File |
homeDirThe container's installation home directory. |
java.lang.String |
jvmArgsJVM args to be used when starting/stopping containers. |
java.io.File |
logFileThe path to a file where Cargo logs are saved. |
java.lang.String |
logLevelLevel representing the quantity of information we wish to log. |
java.io.File |
outputFileThe path to a file where container logs are saved. |
java.lang.Integer |
rmiPortThe port to use when communicating with this server. |
org.gradle.api.file.FileCollection |
sharedClasspathAdditional libraries for your application's classpath that are not exposed to the container. |
java.lang.Integer |
startStopTimeoutTimeout after which the container start/stop is deemed failed. |
java.util.Map<java.lang.String, java.lang.Object> |
systemPropertiesThe system properties passed-on the container. |
ZipUrlInstaller |
zipUrlInstallerConfigurable 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.