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 DockerBuildConfig
public String getPassword()
getPassword
in interface DockerBuildConfig
public String getUsername()
getUsername
in interface DockerBuildConfig
public DockerBuildConfig asNewClone(DockerBuildConfig source)
asNewClone
in interface CloneableConfig<DockerBuildConfig>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.