Package org.sonar.iac.docker.tree.api
Interface RunInstruction
-
- All Superinterfaces:
CommandInstruction,DockerTree,HasArguments,HasTextRange,Instruction,Tree
- All Known Implementing Classes:
RunInstructionImpl
public interface RunInstruction extends CommandInstruction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Flag>options()-
Methods inherited from interface org.sonar.iac.docker.tree.api.DockerTree
getKind, is, parent, setParent
-
Methods inherited from interface org.sonar.iac.docker.tree.api.HasArguments
arguments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Methods inherited from interface org.sonar.iac.docker.tree.api.Instruction
keyword
-
-