RegistryDockerTaskStep.UpdateStages.DockerFilePath Interface

public static interface RegistryDockerTaskStep.UpdateStages.DockerFilePath

The stage of the container registry DockerTaskStep update allowing to specify the Docker file path.

Method Summary

Modifier and Type Method and Description
abstract Update withDockerFilePath(String path)

The function that specifies the path to the Docker file.

Method Details

withDockerFilePath

public abstract RegistryDockerTaskStep.Update withDockerFilePath(String path)

The function that specifies the path to the Docker file.

Parameters:

path - the path to the Docker file.

Returns:

the next stage of the container registry DockerTaskStep update.

Applies to