RegistryDockerTaskStep.UpdateStages.ImageNames Interface

public static interface RegistryDockerTaskStep.UpdateStages.ImageNames

The stage of the container registry DockerTaskStep update allowing to specify the image names.

Method Summary

Modifier and Type Method and Description
abstract Update withImageNames(List<String> imageNames)

The function that specifies the image names.

Method Details

withImageNames

public abstract RegistryDockerTaskStep.Update withImageNames(List imageNames)

The function that specifies the image names.

Parameters:

imageNames - the list of the names of the images.

Returns:

the next stage of the container registry DockerTaskStep update.

Applies to