public class DockerBuildConfig extends ApplicationConfiguration
| Constructor and Description |
|---|
DockerBuildConfig() |
DockerBuildConfig(Project project,
Map<ConfigKey,Object> attributes,
String group,
String name,
String version,
String dockerFile,
String registry,
boolean autoPushEnabled,
boolean autoBuildEnabled,
boolean autoDeployEnabled) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDockerFile() |
String |
getRegistry() |
boolean |
isAutoBuildEnabled() |
boolean |
isAutoDeployEnabled() |
boolean |
isAutoPushEnabled() |
static DockerBuildConfigBuilder |
newDockerBuildConfigBuilder() |
getGroup, getName, getVersion, setGroup, setName, setVersionentrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic String getDockerFile()
public String getRegistry()
public boolean isAutoPushEnabled()
public boolean isAutoBuildEnabled()
public boolean isAutoDeployEnabled()
public static DockerBuildConfigBuilder newDockerBuildConfigBuilder()
Copyright © 2018–2019 Red Hat. All rights reserved.