Interface RegistryDockerTaskStep

All Superinterfaces:
HasInner<DockerTaskStep>, RegistryTaskStep

@Beta(V1_17_0) public interface RegistryDockerTaskStep extends HasInner<DockerTaskStep>, RegistryTaskStep
An immutable client-side representation of an Azure RegistryDockerTaskStep registry task.
  • Method Details

    • imageNames

      List<String> imageNames()
      Returns:
      the image names of this Docker task step
    • isPushEnabled

      boolean isPushEnabled()
      Returns:
      whether push is enabled for this Docker task step
    • noCache

      boolean noCache()
      Returns:
      whether there is no cache for this Docker task step
    • dockerFilePath

      String dockerFilePath()
      Returns:
      Docker file path for this Docker task step
    • arguments

      List<Argument> arguments()
      Returns:
      the arguments this Docker task step