Interface RegistryDockerTaskStep

All Superinterfaces:
HasInnerModel<DockerTaskStep>, RegistryTaskStep

public interface RegistryDockerTaskStep extends HasInnerModel<DockerTaskStep>, RegistryTaskStep
An immutable client-side representation of an Azure RegistryDockerTaskStep registry task.
  • Method Details

    • imageNames

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

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

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

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

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