Interface DockerClientService.Params
- All Superinterfaces:
BuildServiceParameters
- Enclosing class:
- DockerClientService
Parameters for build service.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.services.BuildServiceParameters
BuildServiceParameters.None
-
Method Summary
Modifier and TypeMethodDescriptionThe remote API version.The path to certificates for communicating with Docker over SSL.getUrl()
The server URL to connect to via Docker’s remote API.
-
Method Details
-
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
-
getApiVersion
The remote API version.- Returns:
- The remote API
-