public class DockerBuildConfigImpl extends Object implements DockerBuildConfig, CloneableConfig<DockerBuildConfig>
| Constructor and Description |
|---|
DockerBuildConfigImpl() |
DockerBuildConfigImpl(String username,
String password,
Boolean push) |
| Modifier and Type | Method and Description |
|---|---|
DockerBuildConfig |
asNewClone(DockerBuildConfig source) |
String |
getPassword() |
String |
getUsername() |
boolean |
push() |
String |
toString() |
public boolean push()
push in interface DockerBuildConfigpublic String getPassword()
getPassword in interface DockerBuildConfigpublic String getUsername()
getUsername in interface DockerBuildConfigpublic DockerBuildConfig asNewClone(DockerBuildConfig source)
asNewClone in interface CloneableConfig<DockerBuildConfig>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.