static class Dockerfile.CompositeExecInstruction
Helper Instruction used by DockerJavaApplicationPlugin to allow customizing generated ENTRYPOINT/CMD
| Type Params | Return Type | Name and description |
|---|---|---|
|
CompositeExecInstruction |
apply(Closure<Void> closure) |
|
String |
build() |
|
void |
clear() |
|
void |
defaultCommand(String... command) |
|
void |
defaultCommand(Closure command) |
|
void |
entryPoint(String... entryPoint) |
|
void |
entryPoint(Closure entryPoint) |
|
String |
getKeyword() |