| Fields inherited from class | Fields |
|---|---|
class ConventionTask |
TASK_NAME, TASK_DESCRIPTION, TASK_GROUP, TASK_TYPE, TASK_DEPENDS_ON, TASK_OVERWRITE, TASK_ACTION, TASK_CONSTRUCTOR_ARGS |
| Type | Name and description |
|---|---|
List<CopyFileToContainer> |
copyFiles |
String |
hostPathFile path on host to copy into container |
String |
remotePathPath of file inside container |
Closure<File> |
tarFileTar file we will copy into container |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
runRemoteCommand(def dockerClient) |
|
void |
withFile(def hostPath, def remotePath)Add a file to be copied into container |
|
void |
withTarFile(def hostPath, def remotePath)Add a tarfile to be copied into container |