Opinionated Gradle plugin for creating and pushing a Docker image for a Spring Boot application.
This plugin can be configured with the help of DockerSpringBootApplication.
| Modifiers | Name | Description | 
|---|---|---|
static String  | 
                            SPRING_BOOT_APPLICATION_EXTENSION_NAME | 
                            The name of extension registered with type DockerSpringBootApplication. | 
| Fields inherited from class | Fields | 
|---|---|
class DockerConventionJvmApplicationPlugin | 
                            BUILD_IMAGE_TASK_NAME, DOCKERFILE_TASK_NAME, PUSH_IMAGE_TASK_NAME, SYNC_BUILD_CONTEXT_TASK_NAME | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            protected DockerSpringBootApplication | 
                            configureExtension(ObjectFactory objectFactory, DockerExtension dockerExtension) | 
                        
 | 
                            protected String | 
                            findMainClassName(File classesDir) | 
                        
| Methods inherited from class | Name | 
|---|---|
class DockerConventionJvmApplicationPlugin | 
                            apply, configureExtension, findMainClassName | 
                        
class Object | 
                            wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
                        
The name of extension registered with type DockerSpringBootApplication.