RegistryDockerTaskStep Interface

Implements

public interface RegistryDockerTaskStep
extends HasInner<DockerTaskStep>, RegistryTaskStep

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

Method Summary

Modifier and Type Method and Description
abstract java.util.List<Argument> arguments()
abstract java.lang.String dockerFilePath()
abstract java.util.List<java.lang.String> imageNames()
abstract boolean isPushEnabled()
abstract boolean noCache()

Method Details

arguments

public abstract List arguments()

Returns:

the arguments this Docker task step

dockerFilePath

public abstract String dockerFilePath()

Returns:

Docker file path for this Docker task step

imageNames

public abstract List imageNames()

Returns:

the image names of this Docker task step

isPushEnabled

public abstract boolean isPushEnabled()

Returns:

whether push is enabled for this Docker task step

noCache

public abstract boolean noCache()

Returns:

whether there is no cache for this Docker task step

Applies to