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 |
targetNetworkId(String networkId) Sets the target network ID or name. |
|
void |
targetNetworkId(Callable<String> networkId) Sets the target network ID or name. |
|
void |
targetNetworkId(Provider<String> networkId) Sets the target network ID or name. |
Sets the target network ID or name.
networkId
- Network ID or nameSets the target network ID or name.
networkId
- Network ID or name as Callable