Trait which exposes a set of functionality for checking values of NebulaDockerExtension and/or ensuring sensible default values where not set by the user.
| Type | Name and description |
|---|---|
java.lang.String |
DEF_DOCKER_FILE |
java.lang.String |
DOCKER_BASE_OPEN_JRE |
java.lang.String |
DOCKER_REG_PROD |
java.lang.String |
DOCKER_REG_TEST |
java.lang.String |
DOCKER_URL_LOCALHOST |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
assignDefaults(org.gradle.api.Project project, NebulaDockerExtension nebulaDockerExtension)Sets the default values for the execution of the plugin, where not set. |
Sets the default values for the execution of the plugin, where not set. This traverses all the properties of NebulaDockerExtension instance and for ones which are not set (null) sets the default values (see constants above).
project - Instance of the project this plugin has been applied tonebulaDockerExtension - Extension instance where properties are set