public interface DockerBuildConfigFluent<A extends DockerBuildConfigFluent<A>> extends ApplicationConfigurationFluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDockerFile() |
String |
getRegistry() |
Boolean |
hasAutoBuildEnabled() |
Boolean |
hasAutoDeployEnabled() |
Boolean |
hasAutoPushEnabled() |
Boolean |
hasDockerFile() |
Boolean |
hasRegistry() |
boolean |
isAutoBuildEnabled() |
boolean |
isAutoDeployEnabled() |
boolean |
isAutoPushEnabled() |
A |
withAutoBuildEnabled(boolean autoBuildEnabled) |
A |
withAutoDeployEnabled(boolean autoDeployEnabled) |
A |
withAutoPushEnabled(boolean autoPushEnabled) |
A |
withDockerFile(String dockerFile) |
A |
withNewDockerFile(String arg1) |
A |
withNewDockerFile(StringBuffer arg1) |
A |
withNewDockerFile(StringBuilder arg1) |
A |
withNewRegistry(String arg1) |
A |
withNewRegistry(StringBuffer arg1) |
A |
withNewRegistry(StringBuilder arg1) |
A |
withRegistry(String registry) |
getGroup, getName, getVersion, hasGroup, hasName, hasVersion, withGroup, withName, withNewGroup, withNewGroup, withNewGroup, withNewName, withNewName, withNewName, withNewVersion, withNewVersion, withNewVersion, withVersionaddToAttributes, addToAttributes, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withProjectString getDockerFile()
Boolean hasDockerFile()
A withNewDockerFile(StringBuilder arg1)
A withNewDockerFile(StringBuffer arg1)
String getRegistry()
Boolean hasRegistry()
A withNewRegistry(StringBuilder arg1)
A withNewRegistry(StringBuffer arg1)
boolean isAutoPushEnabled()
A withAutoPushEnabled(boolean autoPushEnabled)
Boolean hasAutoPushEnabled()
boolean isAutoBuildEnabled()
A withAutoBuildEnabled(boolean autoBuildEnabled)
Boolean hasAutoBuildEnabled()
boolean isAutoDeployEnabled()
A withAutoDeployEnabled(boolean autoDeployEnabled)
Boolean hasAutoDeployEnabled()
Copyright © 2018–2019 Red Hat. All rights reserved.