@CompileStatic abstract class DockerExistingNetwork extends AbstractDockerRemoteApiTask
| Constructor and description |
|---|
DockerExistingNetwork
() |
| 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. |
| Methods inherited from class | Name |
|---|---|
class AbstractDockerRemoteApiTask |
getDockerClient, getNextHandler, getRegistryAuthLocator, onComplete, onError, onNext, runRemoteCommand, start |
Sets the target network ID or name.
networkId - Network ID or nameSets the target network ID or name.
networkId - Network ID or name as CallableSets the target network ID or name.
networkId - Network ID or name as ProviderGroovy Documentation