| Type | Name and description |
|---|---|
String |
apiVersion |
File |
certPath |
FileCollection |
classpath |
DockerRegistryCredentials |
registryCredentials |
String |
url |
| Constructor and description |
|---|
DockerExtension
(Project project) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
File |
getDefaultDockerCert() |
|
String |
getDefaultDockerUrl() |
|
DockerJavaApplication |
getJavaApplication() |
|
DockerSpringBootApplication |
getSpringBootApplication()@since 3.4.5 |
|
void |
javaApplication(Action<DockerJavaApplication> closure) |
|
void |
registryCredentials(Closure closure) |
|
void |
springBootApplication(Action<DockerSpringBootApplication> closure)@since 3.4.5 |
Groovy Documentation