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:
dockerFilePath
public abstract String dockerFilePath()
Gets Docker file path for this Docker task step.
Returns:
imageNames
public abstract List<String> imageNames()
Gets the image names of this Docker task step.
Returns:
isPushEnabled
public abstract boolean isPushEnabled()
Checks whether push is enabled for this Docker task step.
Returns:
noCache
public abstract boolean noCache()
Checks whether there is no cache for this Docker task step.
Returns: