Class Dockerfile.EntryPointInstruction
java.lang.Object
com.bmuschko.gradle.docker.tasks.image.Dockerfile.StringArrayInstruction
com.bmuschko.gradle.docker.tasks.image.Dockerfile.EntryPointInstruction
- All Implemented Interfaces:
Dockerfile.Instruction
- Enclosing class:
- Dockerfile
Represents a
ENTRYPOINT
instruction.-
Field Summary
-
Constructor Summary
ConstructorDescriptionEntryPointInstruction
(String... entryPoint) EntryPointInstruction
(Provider<List<String>> provider) -
Method Summary
Modifier and TypeMethodDescriptionGets the keyword of the instruction as used in the Dockerfile.Methods inherited from class com.bmuschko.gradle.docker.tasks.image.Dockerfile.StringArrayInstruction
getText
-
Field Details
-
KEYWORD
- See Also:
-
-
Constructor Details
-
EntryPointInstruction
-
EntryPointInstruction
-
-
Method Details
-
getKeyword
Gets the keyword of the instruction as used in the Dockerfile.For example the keyword of the
Dockerfile.FromInstruction
isFROM
.- Returns:
- The instruction keyword
-