Class Dockerfile.MapInstruction

java.lang.Object
com.bmuschko.gradle.docker.tasks.image.Dockerfile.MapInstruction
All Implemented Interfaces:
Dockerfile.Instruction
Direct Known Subclasses:
Dockerfile.EnvironmentVariableInstruction, Dockerfile.LabelInstruction
Enclosing class:
Dockerfile

public abstract static class Dockerfile.MapInstruction extends Object implements Dockerfile.Instruction
An instruction whose value is a Map.
  • Constructor Details

  • Method Details

    • getText

      public String getText()
      Gets the full text of the instruction as used in the Dockerfile.
      Specified by:
      getText in interface Dockerfile.Instruction
      Returns:
      The instruction