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 |
targetImageId(String imageId) Sets the target image ID or name. |
|
void |
targetImageId(Callable<String> imageId) Sets the target image ID or name. |
|
void |
targetImageId(Provider<String> imageId) Sets the target image ID or name. |
Sets the target image ID or name.
imageId
- Image ID or nameSets the target image ID or name.
imageId
- Image ID or name as Callable