Class Dockerfile.StringCommandInstruction

    • Constructor Detail

      • StringCommandInstruction

        public StringCommandInstruction​(String command)
      • StringCommandInstruction

        public StringCommandInstruction​(Provider<String> commandProvider)
    • Method Detail

      • 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