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 | Name and description |
---|---|
Property<String> |
containerId The ID or name of container used to perform operation. |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
targetContainerId(String containerId) Sets the target container ID or name. |
|
void |
targetContainerId(Callable<String> containerId) Sets the target container ID or name. |
|
void |
targetContainerId(Provider<String> containerId) Sets the target container ID or name. |
Sets the target container ID or name.
containerId
- Container ID or nameSets the target container ID or name.
containerId
- Container ID or name as Callable