Class Dockerfile.StringArrayInstruction

    • Constructor Detail

      • StringArrayInstruction

        public StringArrayInstruction​(String... command)
      • StringArrayInstruction

        public StringArrayInstruction​(Provider<List<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