@Target(value={CONSTRUCTOR,TYPE}) @Retention(value=RUNTIME) public @interface DockerBuild
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
autoBuildEnabled
Flag to automatically register a build hook after compilation.
|
boolean |
autoDeployEnabled
Flag to trigger the registration of the deploy hook.
|
boolean |
autoPushEnabled
Flag to automatically push the image, to the specified registry.
|
String |
dockerFile
The relative path of the Dockerfile, from the module root.
|
boolean |
enabled |
String |
group
The group of the application.
|
String |
image |
String |
name
The name of the application.
|
String |
registry
The registry that holds the image.
|
String |
version
The version of the application.
|
public abstract String registry
public abstract String group
public abstract String name
public abstract String version
public abstract String image
public abstract String dockerFile
public abstract boolean autoPushEnabled
Copyright © 2018–2020 Red Hat. All rights reserved.