com.bmuschko.gradle.docker.tasks.DockerClientConfiguration.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-docker-plugin Show documentation
Show all versions of gradle-docker-plugin Show documentation
Gradle plugin for managing Docker images and containers.
package com.bmuschko.gradle.docker.tasks
import groovy.transform.CompileStatic
import groovy.transform.EqualsAndHashCode
import org.gradle.api.file.Directory
@EqualsAndHashCode
@CompileStatic
class DockerClientConfiguration {
String url
Directory certPath
String apiVersion
}