public class DockerBuildConfig extends ImageConfiguration
| Constructor and Description |
|---|
DockerBuildConfig() |
DockerBuildConfig(Project project,
Map<ConfigKey,Object> attributes,
String registry,
String group,
String name,
String version,
String image,
String dockerFile,
boolean autoBuildEnabled,
boolean autoPushEnabled,
boolean enabled,
boolean autoDeployEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isAutoDeployEnabled() |
boolean |
isEnabled() |
static DockerBuildConfigBuilder |
newDockerBuildConfigBuilder() |
from, getDockerFile, getGroup, getImage, getName, getRegistry, getVersion, isAutoBuildEnabled, isAutoPushEnabled, setAutoBuildEnabled, setAutoPushEnabled, setDockerFile, setGroup, setImage, setName, setRegistry, setVersiongetPartOf, setPartOfentrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic boolean isEnabled()
public boolean isAutoDeployEnabled()
public static DockerBuildConfigBuilder newDockerBuildConfigBuilder()
Copyright © 2018–2021 Red Hat. All rights reserved.