public class ProjectConfiguration
Extension to configure the image labels.
@Inject
public ProjectConfiguration(@NotNull
org.gradle.api.model.ObjectFactory objectFactory)
Extension to configure the image labels.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getLicenseProvider()
License provider of all images.
@NotNull public org.gradle.api.provider.Property<java.lang.String> getLicense()
Product id of the project.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getMaintainerProvider()
Maintainer of all images.
@NotNull public org.gradle.api.provider.Property<java.lang.String> getMaintainer()
Maintainer of the images.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getBaseDescriptionProvider()
Provider for base description of images in one project.
@NotNull public org.gradle.api.provider.Property<java.lang.String> getBaseDescription()
Base description of images in one project.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getVersionProvider()
Provider for the version information of images in one project.
@NotNull public org.gradle.api.provider.Property<java.lang.String> getVersion()
Version information of images in one project.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getCreatedProvider()
Provider for the creation time of images in one project.
@NotNull public org.gradle.api.provider.Property<java.lang.String> getCreated()
Creation time of images in one project.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getBaseImageNameProvider()
Provider for the creation time of images in one project.
@NotNull public org.gradle.api.provider.Property<java.lang.String> getBaseImageName()
Creation time of images in one project.
@NotNull public Images getImages()
public void images(@NotNull
groovy.lang.Closure<com.intershop.gradle.icm.docker.extension.image.build.Images> closure)
Configures images configuration from a closure.
closure - closure with an image configuration.public void images(@NotNull
org.gradle.api.Action<? super com.intershop.gradle.icm.docker.extension.image.build.Images> action)
Configures images configuration from an action.
action - action with an image configuration.