ModelDockerSectionBaseImageRegistry Class

public final class ModelDockerSectionBaseImageRegistry
extends ContainerRegistry

Image registry that contains the base image.

Constructor Summary

Constructor Description
ModelDockerSectionBaseImageRegistry()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

ModelDockerSectionBaseImageRegistry withAddress(String address)

Set the address property: The address property.

ModelDockerSectionBaseImageRegistry withPassword(String password)

Set the password property: The password property.

ModelDockerSectionBaseImageRegistry withUsername(String username)

Set the username property: The username property.

Methods inherited from ContainerRegistry

Methods inherited from java.lang.Object

Constructor Details

ModelDockerSectionBaseImageRegistry

public ModelDockerSectionBaseImageRegistry()

Method Details

validate

public void validate()

Validates the instance.

Overrides:

ModelDockerSectionBaseImageRegistry.validate()

withAddress

public ModelDockerSectionBaseImageRegistry withAddress(String address)

Set the address property: The address property.

Overrides:

ModelDockerSectionBaseImageRegistry.withAddress(String address)

Parameters:

address

withPassword

public ModelDockerSectionBaseImageRegistry withPassword(String password)

Set the password property: The password property.

Overrides:

ModelDockerSectionBaseImageRegistry.withPassword(String password)

Parameters:

password

withUsername

public ModelDockerSectionBaseImageRegistry withUsername(String username)

Set the username property: The username property.

Overrides:

ModelDockerSectionBaseImageRegistry.withUsername(String username)

Parameters:

username

Applies to