public class ContainerRegistry extends Object
| Constructor and Description |
|---|
ContainerRegistry() |
| Modifier and Type | Method and Description |
|---|---|
String |
password()
Get the password value.
|
String |
registryServer()
Get the registryServer value.
|
String |
userName()
Get the userName value.
|
ContainerRegistry |
withPassword(String password)
Set the password value.
|
ContainerRegistry |
withRegistryServer(String registryServer)
Set the registryServer value.
|
ContainerRegistry |
withUserName(String userName)
Set the userName value.
|
public String registryServer()
public ContainerRegistry withRegistryServer(String registryServer)
registryServer - the registryServer value to setpublic String userName()
public ContainerRegistry withUserName(String userName)
userName - the userName value to setpublic String password()
public ContainerRegistry withPassword(String password)
password - the password value to setCopyright © 2019. All rights reserved.