Interface DockerClientService.Params
-
- All Superinterfaces:
BuildServiceParameters
- Enclosing class:
- DockerClientService
public static interface DockerClientService.Params extends BuildServiceParameters
Parameters for build service.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.services.BuildServiceParameters
BuildServiceParameters.None
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<String>
getApiVersion()
The remote API version.DirectoryProperty
getCertPath()
The path to certificates for communicating with Docker over SSL.Property<String>
getUrl()
The server URL to connect to via Docker’s remote API.
-
-
-
Method Detail
-
getUrl
Property<String> getUrl()
The server URL to connect to via Docker’s remote API.- Returns:
- The server URL
-
getCertPath
DirectoryProperty getCertPath()
The path to certificates for communicating with Docker over SSL.- Returns:
- The cert path
-
-