Interface MicronautDockerImage

All Superinterfaces:
org.gradle.api.Named
All Known Implementing Classes:
DefaultMicronautDockerImage

public interface MicronautDockerImage extends org.gradle.api.Named
Represents a Micronaut docker image, represented with a name and a list of layers. Tasks will be automatically created based on the declared images.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addLayer(org.gradle.api.Action<? super Layer> spec)
     
    default List<Layer>
    findLayers(RuntimeKind runtimeKind)
     
    org.gradle.api.provider.ListProperty<Layer>
     

    Methods inherited from interface org.gradle.api.Named

    getName
  • Method Details

    • getLayers

      org.gradle.api.provider.ListProperty<Layer> getLayers()
    • addLayer

      void addLayer(org.gradle.api.Action<? super Layer> spec)
    • findLayers

      default List<Layer> findLayers(RuntimeKind runtimeKind)