Interface DockerClientService.Params

All Superinterfaces:
org.gradle.api.services.BuildServiceParameters
Enclosing class:
DockerClientService

public static interface DockerClientService.Params extends org.gradle.api.services.BuildServiceParameters
Parameters for build service.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.services.BuildServiceParameters

    org.gradle.api.services.BuildServiceParameters.None
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.Property<String>
    The remote API version.
    org.gradle.api.file.DirectoryProperty
    The path to certificates for communicating with Docker over SSL.
    org.gradle.api.provider.Property<String>
    The server URL to connect to via Docker’s remote API.
  • Method Details

    • getUrl

      org.gradle.api.provider.Property<String> getUrl()
      The server URL to connect to via Docker’s remote API.
      Returns:
      The server URL
    • getCertPath

      org.gradle.api.file.DirectoryProperty getCertPath()
      The path to certificates for communicating with Docker over SSL.
      Returns:
      The cert path
    • getApiVersion

      org.gradle.api.provider.Property<String> getApiVersion()
      The remote API version.
      Returns:
      The remote API