public class SpringBootPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | BOM_COORDINATESThe coordinates  (group:name:version)of thespring-boot-dependenciesbom. | 
| static java.lang.String | BOOT_ARCHIVES_CONFIGURATION_NAMEThe name of the  Configurationthat contains Spring Boot archives. | 
| static java.lang.String | BOOT_BUILD_IMAGE_TASK_NAMEThe name of the default  BootBuildImagetask. | 
| static java.lang.String | BOOT_JAR_TASK_NAMEThe name of the default  BootJartask. | 
| static java.lang.String | BOOT_WAR_TASK_NAMEThe name of the default  BootWartask. | 
| static java.lang.String | DEVELOPMENT_ONLY_CONFIGURATION_NAMEThe name of the  developmentOnlyconfiguration. | 
| Constructor and Description | 
|---|
| SpringBootPlugin() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(org.gradle.api.Project project) | 
public static final java.lang.String BOOT_ARCHIVES_CONFIGURATION_NAME
Configuration that contains Spring Boot archives.public static final java.lang.String BOOT_JAR_TASK_NAME
BootJar task.public static final java.lang.String BOOT_WAR_TASK_NAME
BootWar task.public static final java.lang.String BOOT_BUILD_IMAGE_TASK_NAME
BootBuildImage task.public static final java.lang.String DEVELOPMENT_ONLY_CONFIGURATION_NAME
developmentOnly configuration.public static final java.lang.String BOM_COORDINATES
(group:name:version) of the
 spring-boot-dependencies bom.