public class ContainerRegistry extends Object
| Constructor and Description |
|---|
ContainerRegistry() |
| Modifier and Type | Method and Description |
|---|---|
String |
password()
Get the password value.
|
String |
registryServer()
Get if omitted, the default is "docker.io".
|
String |
userName()
Get the userName value.
|
ContainerRegistry |
withPassword(String password)
Set the password value.
|
ContainerRegistry |
withRegistryServer(String registryServer)
Set if omitted, the default is "docker.io".
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/