ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerImageSettings.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, ContainerImageSettings.DefinitionStages.WithShmSize<ParentT>
Modifier and Type | Method and Description |
---|---|
ContainerImageSettings.DefinitionStages.WithAttach<ParentT> |
withRegistryUrl(String serverUrl)
Specifies url for container registry.
|
ContainerImageSettings.DefinitionStages.WithRegistryCredentials<ParentT> |
withRegistryUsername(String username)
Specifies username to login to container registry.
|
attach
withShmSize
ContainerImageSettings.DefinitionStages.WithAttach<ParentT> withRegistryUrl(String serverUrl)
serverUrl
- URL for image repositoryContainerImageSettings.DefinitionStages.WithRegistryCredentials<ParentT> withRegistryUsername(String username)
username
- user name to loginCopyright © 2019. All rights reserved.