Interface DockerClientService.Params

All Superinterfaces:
BuildServiceParameters
Enclosing class:
DockerClientService

public static interface DockerClientService.Params extends BuildServiceParameters
Parameters for build service.
  • Method Details

    • 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
    • getApiVersion

      Property<String> getApiVersion()
      The remote API version.
      Returns:
      The remote API