Class Docker.Onbuild

java.lang.Object
org.openrewrite.docker.tree.Docker.Onbuild
All Implemented Interfaces:
Docker, Docker.Instruction, org.openrewrite.Tree
Enclosing interface:
Docker

public static class Docker.Onbuild extends Object implements Docker.Instruction
ONBUILD instruction - prefixes another instruction to be executed later
  • Constructor Details

    • Onbuild

      public Onbuild()
  • Method Details