Share via


RegistryDockerTaskStep Interface

Implements

public interface RegistryDockerTaskStep
extends HasInnerModel<DockerTaskStep>, RegistryTaskStep

An immutable client-side representation of an Azure RegistryDockerTaskStep registry task.

Method Summary

Modifier and Type Method and Description
abstract List<Argument> arguments()

Gets the arguments this Docker task step.

abstract String dockerFilePath()

Gets Docker file path for this Docker task step.

abstract List<String> imageNames()

Gets the image names of this Docker task step.

abstract boolean isPushEnabled()

Checks whether push is enabled for this Docker task step.

abstract boolean noCache()

Checks whether there is no cache for this Docker task step.

Method Details

arguments

public abstract List<Argument> arguments()

Gets the arguments this Docker task step.

Returns:

the arguments this Docker task step

dockerFilePath

public abstract String dockerFilePath()

Gets Docker file path for this Docker task step.

Returns:

Docker file path for this Docker task step

imageNames

public abstract List<String> imageNames()

Gets the image names of this Docker task step.

Returns:

the image names of this Docker task step

isPushEnabled

public abstract boolean isPushEnabled()

Checks whether push is enabled for this Docker task step.

Returns:

whether push is enabled for this Docker task step

noCache

public abstract boolean noCache()

Checks whether there is no cache for this Docker task step.

Returns:

whether there is no cache for this Docker task step

Applies to