Inspects task executed inside container with DockerExecContainer command.
| Fields inherited from class | Fields |
|---|---|
class DefaultTask |
TASK_NAME, TASK_DESCRIPTION, TASK_GROUP, TASK_TYPE, TASK_DEPENDS_ON, TASK_OVERWRITE, TASK_ACTION, TASK_CONSTRUCTOR_ARGS |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
runRemoteCommand() |
|
void |
targetExecId(String execId)Sets the target exec ID or name. |
|
void |
targetExecId(Callable<String> execId)Sets the target exec ID or name. |
|
void |
targetExecId(Provider<String> execId)Sets the target exec ID or name. |
Sets the target exec ID or name.
execId - Exec ID or nameSets the target exec ID or name.
execId - Exec ID or name as Callable